Sve2.ConvertToDoubleOdd(Vector<Single>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
svfloat64_t svcvtlt_f64[_f32]_m(svfloat64_t inactive, svbool_t pg, svfloat32_t op) svfloat64_t svcvtlt_f64[_f32]_x(svbool_t pg, svfloat32_t op) FCVTLT Ztied.D, Pg/M, Zop.S FCVTLT Ztied.D, Pg/M, Ztied.S
public:
static System::Numerics::Vector<double> ConvertToDoubleOdd(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<double> ConvertToDoubleOdd(System.Numerics.Vector<float> value);
static member ConvertToDoubleOdd : System.Numerics.Vector<single> -> System.Numerics.Vector<double>
Public Shared Function ConvertToDoubleOdd (value As Vector(Of Single)) As Vector(Of Double)