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

◆ AsInt32< T >()

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

Definition at line 44 of file Vector128.cs.

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

References System.T.