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

◆ AsUInt32< T >()

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

Definition at line 76 of file Vector256.cs.

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

References System.T.