IntPtr.INumberBase<IntPtr>.IsFinite(IntPtr) Metoda

Definice

Určuje, zda je hodnota konečná.

 static bool System.Numerics.INumberBase<nint>.IsFinite(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsFinite;
static bool INumberBase<IntPtr>.IsFinite (IntPtr value);
static member System.Numerics.INumberBase<nint>.IsFinite : nativeint -> bool
 Shared Function IsFinite (value As IntPtr) As Boolean Implements INumberBase(Of IntPtr).IsFinite

Parametry

value
IntPtr

nativeint

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je konečný, jinak hodnota false.

Implementuje

Platí pro