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

Definicja

Określa, czy wartość jest nieskończona.

 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

Wartość do sprawdzenia.

Zwraca

true jeśli value jest nieskończona; w przeciwnym razie false.

Implementuje

Dotyczy