Sdílet prostřednictvím


MathF.Max(Single, Single) Metoda

Definice

Vrátí větší ze dvou čísel s plovoucí desetinnou čárkou s jednoduchou přesností.

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

Parametry

x
Single

První číslo, které se má porovnat.

y
Single

Druhé číslo, které chcete porovnat.

Návraty

Větší x a y

Platí pro