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

◆ AsUInt64< T >()

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

Definition at line 84 of file Vector128.cs.

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

References System.T.