Sve2.ConvertToSingleEvenRoundToOdd(Vector<Double>) 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.
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)