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

◆ AsUInt64< T >()

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

Definition at line 82 of file Vector64.cs.

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

References System.T.