NFloat.Ceiling(NFloat) Méthode

Définition

Calcule le plafond d’une valeur.

public:
 static System::Runtime::InteropServices::NFloat Ceiling(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPoint<System::Runtime::InteropServices::NFloat>::Ceiling;
public static System.Runtime.InteropServices.NFloat Ceiling (System.Runtime.InteropServices.NFloat x);
static member Ceiling : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Ceiling (x As NFloat) As NFloat

Paramètres

x
NFloat

Valeur dont le plafond doit être calculé.

Retours

Plafond de x.

Implémente

S’applique à