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

◆ AsVectorUInt16< T >()

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

Definition at line 429 of file Vector.cs.

429 : struct
430 {
431 return (Vector<ushort>)value;
432 }

References System.value.