SByte.INumberBase<SByte>.IsInteger(SByte) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se um valor representa um número integral.
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.
Retornos
true
se value
for um inteiro; caso contrário, false
.
Implementações
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.