Edit

Share via


Sve2.ConvertToDoubleOdd(Vector<Single>) Method

Definition

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)

Parameters

value
Vector<Single>

Returns

Applies to