MathF.Max(Single, Single) メソッド

定義

2 つの単精度浮動小数点数の大きい方を返します。

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

比較する 2 番目の数値。

戻り値

xy の大きい方

適用対象