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

Definice

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

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

Parametry

value
UIntPtr

unativeint

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro