Single.MinNative(Single, Single) 方法

定义

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

public:
 static float MinNative(float x, float y) = System::Numerics::INumber<float>::MinNative;
public static float MinNative(float x, float y);
static member MinNative : single * single -> single
Public Shared Function MinNative (x As Single, y As Single) As Single

参数

x
Single

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

y
Single

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

返回

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

实现

适用于