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

◆ AsVectorNInt< T >()

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

Definition at line 486 of file Vector.cs.

486 : struct
487 {
488 return (Vector<nint>)value;
489 }

References System.value.