共用方式為


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

適用於