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

Definice

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

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

Parametry

value
UInt64

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro