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

Definicja

Określa, czy wartość reprezentuje liczbę całkowitą.

 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

Parametry

value
Byte

Wartość do sprawdzenia.

Zwraca

true jeśli value jest liczbą całkowitą; w przeciwnym razie false.

Implementuje

Dotyczy