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

Definice

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

 static bool System.Numerics.INumberBase<System.UInt64>.IsPositiveInfinity(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsPositiveInfinity;
static bool INumberBase<ulong>.IsPositiveInfinity (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsPositiveInfinity : uint64 -> bool
 Shared Function IsPositiveInfinity (value As ULong) As Boolean Implements INumberBase(Of ULong).IsPositiveInfinity

Parametry

value
UInt64

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro