NFloat.MinNative(NFloat, NFloat) 方法

定义

将两个值与计算进行比较,后者使用特定于平台的行为 NaNNegativeZero

public:
 static System::Runtime::InteropServices::NFloat MinNative(System::Runtime::InteropServices::NFloat x, System::Runtime::InteropServices::NFloat y) = System::Numerics::INumber<System::Runtime::InteropServices::NFloat>::MinNative;
public static System.Runtime.InteropServices.NFloat MinNative(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
static member MinNative : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function MinNative (x As NFloat, y As NFloat) As NFloat

参数

x
NFloat

要与 y.. 进行比较的值。

y
NFloat

要与 x.. 进行比较的值。

返回

x 如果小于 y,则为 ;否则为 y

实现

适用于