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

Definición

Determina si un valor representa un número entero.

 static bool System.Numerics.INumberBase<System.Byte>.IsInteger(System::Byte value) = System::Numerics::INumberBase<System::Byte>::IsInteger;
static bool INumberBase<byte>.IsInteger (byte value);
static member System.Numerics.INumberBase<System.Byte>.IsInteger : byte -> bool
 Shared Function IsInteger (value As Byte) As Boolean Implements INumberBase(Of Byte).IsInteger

Parámetros

value
Byte

Valor que se va a comprobar.

Devoluciones

true es si value es un entero; en caso contrario, falsees .

Implementaciones

Se aplica a