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

◆ AsInt16< T >()

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

Definition at line 36 of file Vector64.cs.

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

References System.T.