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

◆ AsSByte< T >()

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

Definition at line 55 of file Vector64.cs.

55 : struct
56 {
57 return vector.As<T, sbyte>();
58 }

References System.T.