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

◆ AsUInt32< T >()

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

Definition at line 77 of file Vector128.cs.

77 : struct
78 {
79 return vector.As<T, uint>();
80 }

References System.T.