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

◆ AsVectorInt32< T >()

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

Definition at line 448 of file Vector.cs.

448 : struct
449 {
450 return (Vector<int>)value;
451 }

References System.value.