AdvSimd.Arm64.ConvertToDoubleScalar 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

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>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

float64x1_t vcvt_f64_u64 (uint64x1_t a)

A64: UCVTF Dd, Dn

C#
public static System.Runtime.Intrinsics.Vector64<double> ConvertToDoubleScalar(System.Runtime.Intrinsics.Vector64<ulong> value);

Parameters

value
Vector64<UInt64>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10

ConvertToDoubleScalar(Vector64<Int64>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

float64x1_t vcvt_f64_s64 (int64x1_t a)

A64: SCVTF Dd, Dn

C#
public static System.Runtime.Intrinsics.Vector64<double> ConvertToDoubleScalar(System.Runtime.Intrinsics.Vector64<long> value);

Parameters

value
Vector64<Int64>

Returns

Applies to

.NET 10 and other versions
Product Versions
.NET 5, 6, 7, 8, 9, 10