AdvSimd.ConvertToSingle Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ConvertToSingle(Vector64<Int32>) |
float32x2_t vcvt_f32_s32 (int32x2_t a) A32: VCVT.F32.S32 DD, DM A64: SCVTF Vd.2S, Vn.2S |
ConvertToSingle(Vector64<UInt32>) |
float32x2_t vcvt_f32_u32 (uint32x2_t a) A32: VCVT.F32.U32 DD, DM A64: UCVTF Vd.2S, Vn.2S |
ConvertToSingle(Vector128<Int32>) |
float32x4_t vcvtq_f32_s32 (int32x4_t a) A32: VCVT.F32.S32 QD, QM A64: SCVTF Vd.4S, Vn.4S |
ConvertToSingle(Vector128<UInt32>) |
float32x4_t vcvtq_f32_u32 (uint32x4_t a) A32: VCVT.F32.U32 QD, QM A64: UCVTF Vd.4S, Vn.4S |
ConvertToSingle(Vector64<Int32>)
float32x2_t vcvt_f32_s32 (int32x2_t a)
A32: VCVT.F32.S32 DD, DM
A64: SCVTF Vd.2S, Vn.2S
public:
static System::Runtime::Intrinsics::Vector64<float> ConvertToSingle(System::Runtime::Intrinsics::Vector64<int> value);
public static System.Runtime.Intrinsics.Vector64<float> ConvertToSingle (System.Runtime.Intrinsics.Vector64<int> value);
static member ConvertToSingle : System.Runtime.Intrinsics.Vector64<int> -> System.Runtime.Intrinsics.Vector64<single>
Public Shared Function ConvertToSingle (value As Vector64(Of Integer)) As Vector64(Of Single)
Parameter
Gibt zurück
Gilt für:
ConvertToSingle(Vector64<UInt32>)
float32x2_t vcvt_f32_u32 (uint32x2_t a)
A32: VCVT.F32.U32 DD, DM
A64: UCVTF Vd.2S, Vn.2S
public:
static System::Runtime::Intrinsics::Vector64<float> ConvertToSingle(System::Runtime::Intrinsics::Vector64<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector64<float> ConvertToSingle (System.Runtime.Intrinsics.Vector64<uint> value);
static member ConvertToSingle : System.Runtime.Intrinsics.Vector64<uint32> -> System.Runtime.Intrinsics.Vector64<single>
Public Shared Function ConvertToSingle (value As Vector64(Of UInteger)) As Vector64(Of Single)
Parameter
Gibt zurück
Gilt für:
ConvertToSingle(Vector128<Int32>)
float32x4_t vcvtq_f32_s32 (int32x4_t a)
A32: VCVT.F32.S32 QD, QM
A64: SCVTF Vd.4S, Vn.4S
public:
static System::Runtime::Intrinsics::Vector128<float> ConvertToSingle(System::Runtime::Intrinsics::Vector128<int> value);
public static System.Runtime.Intrinsics.Vector128<float> ConvertToSingle (System.Runtime.Intrinsics.Vector128<int> value);
static member ConvertToSingle : System.Runtime.Intrinsics.Vector128<int> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function ConvertToSingle (value As Vector128(Of Integer)) As Vector128(Of Single)
Parameter
Gibt zurück
Gilt für:
ConvertToSingle(Vector128<UInt32>)
float32x4_t vcvtq_f32_u32 (uint32x4_t a)
A32: VCVT.F32.U32 QD, QM
A64: UCVTF Vd.4S, Vn.4S
public:
static System::Runtime::Intrinsics::Vector128<float> ConvertToSingle(System::Runtime::Intrinsics::Vector128<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector128<float> ConvertToSingle (System.Runtime.Intrinsics.Vector128<uint> value);
static member ConvertToSingle : System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function ConvertToSingle (value As Vector128(Of UInteger)) As Vector128(Of Single)