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

Definition at line 461 of file Vector.cs.

461 : struct
462 {
463 return (Vector<long>)value;
464 }

References System.value.