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

◆ AsUInt32< T >()

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

Definition at line 75 of file Vector64.cs.

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

References System.T.