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

◆ AsUInt16< T >()

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

Definition at line 68 of file Vector64.cs.

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

References System.T.