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

◆ AsInt64< T >()

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

Definition at line 48 of file Vector64.cs.

48 : struct
49 {
50 return vector.As<T, long>();
51 }

References System.T.