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

◆ AsByte< T >()

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

Definition at line 26 of file Vector128.cs.

26 : struct
27 {
28 return vector.As<T, byte>();
29 }

References System.T.