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

◆ AsVectorUInt32< T >()

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

Definition at line 442 of file Vector.cs.

442 : struct
443 {
444 return (Vector<uint>)value;
445 }

References System.value.