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

◆ AsUInt64< T >()

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

Definition at line 83 of file Vector256.cs.

83 : struct
84 {
85 return vector.As<T, ulong>();
86 }

References System.T.