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

Definice

Určuje, jestli hodnota představuje integrální číslo.

 static bool System.Numerics.INumberBase<System.Int64>.IsInteger(long value) = System::Numerics::INumberBase<long>::IsInteger;
static bool INumberBase<long>.IsInteger (long value);
static member System.Numerics.INumberBase<System.Int64>.IsInteger : int64 -> bool
 Shared Function IsInteger (value As Long) As Boolean Implements INumberBase(Of Long).IsInteger

Parametry

value
Int64

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je celé číslo, falsev opačném případě .

Implementuje

Platí pro