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

◆ AsUInt16< T >()

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

Definition at line 70 of file Vector128.cs.

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

References System.T.