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

◆ AsDouble< T >()

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

Definition at line 32 of file Vector128.cs.

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

References System.T.