NFloat.Ceiling(NFloat) Metoda

Definice

Vypočítá horní mez hodnoty.

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

Parametry

x
NFloat

Hodnota, jejíž horní mez se má vypočítat.

Návraty

Horní mez pro x.

Implementuje

Platí pro