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

◆ AsDouble< T >()

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

Definition at line 30 of file Vector64.cs.

30 : struct
31 {
32 return vector.As<T, double>();
33 }

References System.T.