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

◆ AsDouble< T >()

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

Definition at line 31 of file Vector256.cs.

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

References System.T.