NFloat.Ceiling(NFloat) Methode

Definition

Berechnet die Obergrenze eines Werts.

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

Parameter

x
NFloat

Der Wert, dessen Obergrenze berechnet werden soll.

Gibt zurück

Der Höchstwert von x.

Implementiert

Gilt für: