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

◆ AsByte< T >()

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

Definition at line 24 of file Vector64.cs.

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

References System.T.