Edit

Share via


Sve2.ConvertToSingleEvenRoundToOdd(Vector<Double>) Method

Definition

svfloat32_t svcvtx_f32[_f64]_m(svfloat32_t inactive, svbool_t pg, svfloat64_t op) svfloat32_t svcvtx_f32[_f64]_x(svbool_t pg, svfloat64_t op) svfloat32_t svcvtx_f32[_f64]_z(svbool_t pg, svfloat64_t op) FCVTX Ztied.S, Pg/M, Zop.D FCVTX Ztied.S, Pg/M, Ztied.D

public:
 static System::Numerics::Vector<float> ConvertToSingleEvenRoundToOdd(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<float> ConvertToSingleEvenRoundToOdd(System.Numerics.Vector<double> value);
static member ConvertToSingleEvenRoundToOdd : System.Numerics.Vector<double> -> System.Numerics.Vector<single>
Public Shared Function ConvertToSingleEvenRoundToOdd (value As Vector(Of Double)) As Vector(Of Single)

Parameters

value
Vector<Double>

Returns

Applies to