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)
inlinestatic
Type Constraints
T :struct 

Definition at line 455 of file Vector.cs.

455 : struct
456 {
457 return (Vector<ulong>)value;
458 }

References System.value.