Partager via


MathF.Max(Single, Single) Méthode

Définition

Retourne la plus grande de deux nombres à virgule flottante simple précision.

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

Paramètres

x
Single

Premier nombre à comparer.

y
Single

Deuxième nombre à comparer.

Retours

Plus grand de x et de y

S’applique à