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

◆ AsSByte< T >()

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

Definition at line 56 of file Vector256.cs.

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

References System.T.