NFloat.Ceiling(NFloat) Método

Definição

Calcula o teto de um 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

O valor cujo limite deve ser calculado.

Retornos

O teto de x.

Implementações

Aplica-se a