Avx10v2.ConvertToByteWithSaturationAndZeroExtendToInt32 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

ConvertToByteWithSaturationAndZeroExtendToInt32(Vector128<Single>)

C#
public static System.Runtime.Intrinsics.Vector128<int> ConvertToByteWithSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector128<float> value);

Parameters

value
Vector128<Single>

Returns

Applies to

.NET 10
Product Versions
.NET 10

ConvertToByteWithSaturationAndZeroExtendToInt32(Vector256<Single>)

C#
public static System.Runtime.Intrinsics.Vector256<int> ConvertToByteWithSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector256<float> value);

Parameters

value
Vector256<Single>

Returns

Applies to

.NET 10
Product Versions
.NET 10

ConvertToByteWithSaturationAndZeroExtendToInt32(Vector256<Single>, FloatRoundingMode)

C#
public static System.Runtime.Intrinsics.Vector256<int> ConvertToByteWithSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector256<float> value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode);

Parameters

value
Vector256<Single>

Returns

Applies to

.NET 10
Product Versions
.NET 10