AdvSimd.ConvertToSingleScalar 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
ConvertToSingleScalar(Vector64<Int32>) |
float32_t vcvts_f32_s32 (int32_t a) A32: VCVT.F32.S32 Sd, Sm A64: SCVTF Sd, Sn |
ConvertToSingleScalar(Vector64<UInt32>) |
float32_t vcvts_f32_u32 (uint32_t a) A32: VCVT.F32.U32 Sd, Sm A64: UCVTF Sd, Sn |
ConvertToSingleScalar(Vector64<Int32>)
float32_t vcvts_f32_s32 (int32_t a)
A32: VCVT.F32.S32 Sd, Sm
A64: SCVTF Sd, Sn
public:
static System::Runtime::Intrinsics::Vector64<float> ConvertToSingleScalar(System::Runtime::Intrinsics::Vector64<int> value);
public static System.Runtime.Intrinsics.Vector64<float> ConvertToSingleScalar(System.Runtime.Intrinsics.Vector64<int> value);
static member ConvertToSingleScalar : System.Runtime.Intrinsics.Vector64<int> -> System.Runtime.Intrinsics.Vector64<single>
Public Shared Function ConvertToSingleScalar (value As Vector64(Of Integer)) As Vector64(Of Single)
Parameters
Returns
Applies to
ConvertToSingleScalar(Vector64<UInt32>)
float32_t vcvts_f32_u32 (uint32_t a)
A32: VCVT.F32.U32 Sd, Sm
A64: UCVTF Sd, Sn
public:
static System::Runtime::Intrinsics::Vector64<float> ConvertToSingleScalar(System::Runtime::Intrinsics::Vector64<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector64<float> ConvertToSingleScalar(System.Runtime.Intrinsics.Vector64<uint> value);
static member ConvertToSingleScalar : System.Runtime.Intrinsics.Vector64<uint32> -> System.Runtime.Intrinsics.Vector64<single>
Public Shared Function ConvertToSingleScalar (value As Vector64(Of UInteger)) As Vector64(Of Single)
Parameters
Returns
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET