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

Definice

Určuje, zda je hodnota kladné nekonečno.

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

Parametry

value
IntPtr

nativeint

Hodnota, která se má zkontrolovat.

Návraty

true if value je kladné nekonečno, falsejinak hodnota .

Implementuje

Platí pro