Avx10v2.V512.ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32 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.
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)