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

Definice

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

 static bool System.Numerics.INumberBase<nuint>.IsInteger(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsInteger;
static bool INumberBase<UIntPtr>.IsInteger (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsInteger : unativeint -> bool
 Shared Function IsInteger (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsInteger

Parametry

value
UIntPtr

unativeint

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro