AdvSimd.ConvertToInt32RoundAwayFromZero Method

Definition

Overloads

ConvertToInt32RoundAwayFromZero(Vector128<Single>)

int32x4_t vcvtaq_s32_f32 (float32x4_t a)

A32: VCVTA.S32.F32 Qd, Qm

A64: FCVTAS Vd.4S, Vn.4S

ConvertToInt32RoundAwayFromZero(Vector64<Single>)

int32x2_t vcvta_s32_f32 (float32x2_t a)

A32: VCVTA.S32.F32 Dd, Dm

A64: FCVTAS Vd.2S, Vn.2S

ConvertToInt32RoundAwayFromZero(Vector128<Single>)

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

int32x4_t vcvtaq_s32_f32 (float32x4_t a)

A32: VCVTA.S32.F32 Qd, Qm

A64: FCVTAS Vd.4S, Vn.4S

public static System.Runtime.Intrinsics.Vector128<int> ConvertToInt32RoundAwayFromZero(System.Runtime.Intrinsics.Vector128<float> value);

Parameters

value
Vector128<Single>

Returns

Applies to

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

ConvertToInt32RoundAwayFromZero(Vector64<Single>)

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

int32x2_t vcvta_s32_f32 (float32x2_t a)

A32: VCVTA.S32.F32 Dd, Dm

A64: FCVTAS Vd.2S, Vn.2S

public static System.Runtime.Intrinsics.Vector64<int> ConvertToInt32RoundAwayFromZero(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