次の方法で共有


Sve.ConvertToUInt32 メソッド

定義

オーバーロード

ConvertToUInt32(Vector<Single>)

svuint32_t svcvt_u32[_f32]_m(svuint32_t 非アクティブ,svbool_t pg, svfloat32_t op)

svuint32_t svcvt_u32[_f32]_x(svbool_t pg, svfloat32_t op)

svuint32_t svcvt_u32[_f32]_z(svbool_t pg, svfloat32_t op)

FCVTZU Zresult.S、Pg/M、Zop.S

ConvertToUInt32(Vector<Double>)

svuint32_t svcvt_u32[_f64]_m(svuint32_t非アクティブ、svbool_t pg、svfloat64_t op)

svuint32_t svcvt_u32[_f64]_x(svbool_t pg, svfloat64_t op)

svuint32_t svcvt_u32[_f64]_z(svbool_t pg, svfloat64_t op)

FCVTZU Zresult.S、Pg/M、Zop.D

ConvertToUInt32(Vector<Single>)

svuint32_t svcvt_u32[_f32]_m(svuint32_t 非アクティブ,svbool_t pg, svfloat32_t op)

svuint32_t svcvt_u32[_f32]_x(svbool_t pg, svfloat32_t op)

svuint32_t svcvt_u32[_f32]_z(svbool_t pg, svfloat32_t op)

FCVTZU Zresult.S、Pg/M、Zop.S

public:
 static System::Numerics::Vector<System::UInt32> ConvertToUInt32(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<uint> ConvertToUInt32(System.Numerics.Vector<float> value);
static member ConvertToUInt32 : System.Numerics.Vector<single> -> System.Numerics.Vector<uint32>
Public Shared Function ConvertToUInt32 (value As Vector(Of Single)) As Vector(Of UInteger)

パラメーター

value
Vector<Single>

戻り値

適用対象

ConvertToUInt32(Vector<Double>)

svuint32_t svcvt_u32[_f64]_m(svuint32_t非アクティブ、svbool_t pg、svfloat64_t op)

svuint32_t svcvt_u32[_f64]_x(svbool_t pg, svfloat64_t op)

svuint32_t svcvt_u32[_f64]_z(svbool_t pg, svfloat64_t op)

FCVTZU Zresult.S、Pg/M、Zop.D

public:
 static System::Numerics::Vector<System::UInt32> ConvertToUInt32(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<uint> ConvertToUInt32(System.Numerics.Vector<double> value);
static member ConvertToUInt32 : System.Numerics.Vector<double> -> System.Numerics.Vector<uint32>
Public Shared Function ConvertToUInt32 (value As Vector(Of Double)) As Vector(Of UInteger)

パラメーター

value
Vector<Double>

戻り値

適用対象