AdvSimd.RoundToNegativeInfinityScalar Method

Definition

Overloads

RoundToNegativeInfinityScalar(Vector64<Double>)

float64x1_t vrndm_f64 (float64x1_t a)

A32: VRINTM.F64 Dd, Dm

A64: FRINTM Dd, Dn

RoundToNegativeInfinityScalar(Vector64<Single>)

float32_t vrndms_f32 (float32_t a)

A32: VRINTM.F32 Sd, Sm

A64: FRINTM Sd, Sn The above native signature does not exist. We provide this additional overload for consistency with the other scalar APIs.

RoundToNegativeInfinityScalar(Vector64<Double>)

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

float64x1_t vrndm_f64 (float64x1_t a)

A32: VRINTM.F64 Dd, Dm

A64: FRINTM Dd, Dn

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

Parameters

value
Vector64<Double>

Returns

Applies to

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

RoundToNegativeInfinityScalar(Vector64<Single>)

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

float32_t vrndms_f32 (float32_t a)

A32: VRINTM.F32 Sd, Sm

A64: FRINTM Sd, Sn The above native signature does not exist. We provide this additional overload for consistency with the other scalar APIs.

C#
public static System.Runtime.Intrinsics.Vector64<float> RoundToNegativeInfinityScalar(System.Runtime.Intrinsics.Vector64<float> value);

Parameters

value
Vector64<Single>

Returns

Applies to

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