SByte.INumberBase<SByte>.IsInteger(SByte) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Determina se um valor representa um número inteiro.
static bool System.Numerics.INumberBase<System.SByte>.IsInteger(System::SByte value) = System::Numerics::INumberBase<System::SByte>::IsInteger;
static bool INumberBase<sbyte>.IsInteger(sbyte value);
static member System.Numerics.INumberBase<System.SByte>.IsInteger : sbyte -> bool
Shared Function IsInteger (value As SByte) As Boolean Implements INumberBase(Of SByte).IsInteger
Parâmetros
- value
- SByte
O valor a ser verificado.
Devoluções
true se value for um inteiro; caso contrário, false.