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

◆ AsUInt16< T >()

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

Definition at line 69 of file Vector256.cs.

69 : struct
70 {
71 return vector.As<T, ushort>();
72 }

References System.T.