Redigera

Dela via


Avx10v2.V512.ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32 Method

Definition

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

Parameters

value
Vector512<Single>

Returns

Applies to