NFloat.Ceiling(NFloat) Método

Definición

Calcula el límite máximo de un valor.

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

Parámetros

x
NFloat

Valor cuyo límite máximo se va a calcular.

Devoluciones

Valor superior de x.

Implementaciones

Se aplica a