Share via


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

Definice

Určuje, zda hodnota představuje celočíselné číslo.

 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

Parametry

value
SByte

Hodnota, která se má zkontrolovat.

Návraty

true if value je celé číslo, falsejinak hodnota .

Implementuje

Platí pro