MathF.Max(Single, Single) 方法

定义

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

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

参数

x
Single

要比较的第一个数字。

y
Single

要比较的第二个数字。

返回

更大的 xy

适用于