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

◆ AsByte< T >()

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

Definition at line 25 of file Vector256.cs.

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

References System.T.