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

◆ AsInt64< T >()

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

Definition at line 49 of file Vector256.cs.

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

References System.T.