Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AsVectorInt16< T >()

static Vector< short > System.Numerics.Vector< T >.AsVectorInt16< T > ( Vector< T > value)
inlinestatic
Type Constraints
T :struct 

Definition at line 435 of file Vector.cs.

435 : struct
436 {
437 return (Vector<short>)value;
438 }

References System.value.