Bewerken

Delen via


Avx10v2.ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32 Method

Definition

Overloads

ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(Vector256<Single>)
ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(Vector128<Single>)

ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(Vector256<Single>)

public:
 static System::Runtime::Intrinsics::Vector256<int> ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(System::Runtime::Intrinsics::Vector256<float> value);
public static System.Runtime.Intrinsics.Vector256<int> ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector256<float> value);
static member ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32 : System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<int>
Public Shared Function ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32 (value As Vector256(Of Single)) As Vector256(Of Integer)

Parameters

value
Vector256<Single>

Returns

Applies to

ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(Vector128<Single>)

public:
 static System::Runtime::Intrinsics::Vector128<int> ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<int> ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32 : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32 (value As Vector128(Of Single)) As Vector128(Of Integer)

Parameters

value
Vector128<Single>

Returns

Applies to