Edit

Share via


Avx10v2.V512.ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32 Method

Definition

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

Parameters

value
Vector512<Single>

Returns

Applies to