Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsVectorUInt64< T >()
static
Vector
< ulong >
System.Numerics.Vector
<
T
>.AsVectorUInt64<
T
>
(
Vector
<
T
>
value
)
inline
static
Type Constraints
T
:
struct
Definition at line
455
of file
Vector.cs
.
455
:
struct
456
{
457
return
(Vector<ulong>)
value
;
458
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Numerics
Vector
Generated by
1.10.0