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

◆ AsInt16< T >()

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

Definition at line 38 of file Vector128.cs.

38 : struct
39 {
40 return vector.As<T, short>();
41 }

References System.T.