AdvSimd.ConvertToSingle Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| 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)
Parameters
Retouren
Van toepassing op
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)
Parameters
Retouren
Van toepassing op
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)
Parameters
Retouren
Van toepassing op
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)