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

Definice

Určuje, jestli je hodnota nekonečná.

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

Parametry

value
IntPtr

nativeint

Hodnota, která se má zkontrolovat.

Návraty

truepokud value je nekonečná; v opačném případě . false

Implementuje

Platí pro