Byte.INumberBase<Byte>.IsInteger(Byte) Metodo

Definizione

Determina se un valore rappresenta un numero integrale.

 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

Parametri

value
Byte

Valore da controllare.

Restituisce

true se è un intero; in caso value contrario, false.

Implementazioni

Si applica a