Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsVectorInt64< T >()
static
Vector
< long >
System.Numerics.Vector
<
T
>.AsVectorInt64<
T
>
(
Vector
<
T
>
value
)
inline
static
Type Constraints
T
:
struct
Definition at line
461
of file
Vector.cs
.
461
:
struct
462
{
463
return
(Vector<long>)
value
;
464
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Numerics
Vector
Generated by
1.10.0