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

◆ AsInt64< T >()

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

Definition at line 50 of file Vector128.cs.

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

References System.T.