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

◆ AsInt32< T >()

static Vector64< int > System.Runtime.Intrinsics.Vector64< T >.AsInt32< T > ( this Vector64< T > vector)
inlinestatic
Type Constraints
T :struct 

Definition at line 42 of file Vector64.cs.

42 : struct
43 {
44 return vector.As<T, int>();
45 }

References System.T.