Поделиться через


AdvSimd.Arm64.ConvertToDoubleScalar Метод

Определение

Перегрузки

ConvertToDoubleScalar(Vector64<UInt64>)

float64x1_t vcvt_f64_u64 (uint64x1_t a)

A64: UCVTF Dd, Dn

ConvertToDoubleScalar(Vector64<Int64>)

float64x1_t vcvt_f64_s64 (int64x1_t a)

A64: SCVTF Dd, Dn

ConvertToDoubleScalar(Vector64<UInt64>)

Исходный код:
AdvSimd.PlatformNotSupported.cs
Исходный код:
AdvSimd.PlatformNotSupported.cs
Исходный код:
AdvSimd.PlatformNotSupported.cs

float64x1_t vcvt_f64_u64 (uint64x1_t a)

A64: UCVTF Dd, Dn

public:
 static System::Runtime::Intrinsics::Vector64<double> ConvertToDoubleScalar(System::Runtime::Intrinsics::Vector64<System::UInt64> value);
public static System.Runtime.Intrinsics.Vector64<double> ConvertToDoubleScalar (System.Runtime.Intrinsics.Vector64<ulong> value);
static member ConvertToDoubleScalar : System.Runtime.Intrinsics.Vector64<uint64> -> System.Runtime.Intrinsics.Vector64<double>
Public Shared Function ConvertToDoubleScalar (value As Vector64(Of ULong)) As Vector64(Of Double)

Параметры

value
Vector64<UInt64>

Возвращаемое значение

Применяется к

ConvertToDoubleScalar(Vector64<Int64>)

Исходный код:
AdvSimd.PlatformNotSupported.cs
Исходный код:
AdvSimd.PlatformNotSupported.cs
Исходный код:
AdvSimd.PlatformNotSupported.cs

float64x1_t vcvt_f64_s64 (int64x1_t a)

A64: SCVTF Dd, Dn

public:
 static System::Runtime::Intrinsics::Vector64<double> ConvertToDoubleScalar(System::Runtime::Intrinsics::Vector64<long> value);
public static System.Runtime.Intrinsics.Vector64<double> ConvertToDoubleScalar (System.Runtime.Intrinsics.Vector64<long> value);
static member ConvertToDoubleScalar : System.Runtime.Intrinsics.Vector64<int64> -> System.Runtime.Intrinsics.Vector64<double>
Public Shared Function ConvertToDoubleScalar (value As Vector64(Of Long)) As Vector64(Of Double)

Параметры

value
Vector64<Int64>

Возвращаемое значение

Применяется к