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

◆ AsInt32< T >()

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

Definition at line 43 of file Vector256.cs.

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

References System.T.