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

◆ AsInt16< T >()

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

Definition at line 37 of file Vector256.cs.

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

References System.T.