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

Definition

Determines if a value represents an integral number.

 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

Parameters

value
SByte

The value to be checked.

Returns

true if value is an integer; otherwise, false.

Implements

Applies to