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

◆ AsVectorSByte< T >()

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

Definition at line 422 of file Vector.cs.

422 : struct
423 {
424 return (Vector<sbyte>)value;
425 }

References System.value.