SByte.INumberBase<SByte>.IsInteger(SByte) Método

Definición

Determina si un valor representa un número entero.

 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

Valor que se va a comprobar.

Devoluciones

true es si value es un entero; de lo contrario, falsees .

Implementaciones

Se aplica a