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

◆ AsSByte< T >()

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

Definition at line 57 of file Vector128.cs.

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

References System.T.