MathF.Min(Single, Single) 方法

定义

返回两个单精度浮点数中的较小值。

public:
 static float Min(float x, float y);
public static float Min (float x, float y);
static member Min : single * single -> single
Public Shared Function Min (x As Single, y As Single) As Single

参数

x
Single

要比较的第一个数字。

y
Single

要比较的第二个数字。

返回

较小的 xy

适用于