Sve.ConvertToInt32 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.
Overloads
ConvertToInt32(Vector<Single>) |
svint32_t svcvt_s32[_f32]_m(svint32_t inactive, svbool_t pg, svfloat32_t op) svint32_t svcvt_s32[_f32]_x(svbool_t pg, svfloat32_t op) svint32_t svcvt_s32[_f32]_z(svbool_t pg, svfloat32_t op) FCVTZS Zresult.S, Pg/M, Zop.S |
ConvertToInt32(Vector<Double>) |
svint32_t svcvt_s32[_f64]_m(svint32_t inactive, svbool_t pg, svfloat64_t op) svint32_t svcvt_s32[_f64]_x(svbool_t pg, svfloat64_t op) svint32_t svcvt_s32[_f64]_z(svbool_t pg, svfloat64_t op) FCVTZS Zresult.S, Pg/M, Zop.D |
ConvertToInt32(Vector<Single>)
svint32_t svcvt_s32[_f32]_m(svint32_t inactive, svbool_t pg, svfloat32_t op)
svint32_t svcvt_s32[_f32]_x(svbool_t pg, svfloat32_t op)
svint32_t svcvt_s32[_f32]_z(svbool_t pg, svfloat32_t op)
FCVTZS Zresult.S, Pg/M, Zop.S
public:
static System::Numerics::Vector<int> ConvertToInt32(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<int> ConvertToInt32 (System.Numerics.Vector<float> value);
static member ConvertToInt32 : System.Numerics.Vector<single> -> System.Numerics.Vector<int>
Public Shared Function ConvertToInt32 (value As Vector(Of Single)) As Vector(Of Integer)
Parameters
Returns
Applies to
ConvertToInt32(Vector<Double>)
svint32_t svcvt_s32[_f64]_m(svint32_t inactive, svbool_t pg, svfloat64_t op)
svint32_t svcvt_s32[_f64]_x(svbool_t pg, svfloat64_t op)
svint32_t svcvt_s32[_f64]_z(svbool_t pg, svfloat64_t op)
FCVTZS Zresult.S, Pg/M, Zop.D
public:
static System::Numerics::Vector<int> ConvertToInt32(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<int> ConvertToInt32 (System.Numerics.Vector<double> value);
static member ConvertToInt32 : System.Numerics.Vector<double> -> System.Numerics.Vector<int>
Public Shared Function ConvertToInt32 (value As Vector(Of Double)) As Vector(Of Integer)