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

Definition

Determines if a value represents an integral number.

 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

Parameters

value
Byte

The value to be checked.

Returns

true if value is an integer; otherwise, false.

Implements

Applies to