NFloat.IsInteger(NFloat) Método

Definição

Determina se um valor representa um número integral.

public:
 static bool IsInteger(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsInteger;
public static bool IsInteger (System.Runtime.InteropServices.NFloat value);
static member IsInteger : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsInteger (value As NFloat) As Boolean

Parâmetros

value
NFloat

O valor a ser verificado.

Retornos

true se value for um inteiro; caso contrário, false.

Implementações

Comentários

Esse método manipula corretamente os valores de ponto flutuante e assim por 2.0 diante e 3.0 retornará true enquanto 2.2 e 3.3 retornará false.

Aplica-se a