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

Definicja

Określa, czy wartość jest nieskończonością dodatnią.

 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

Wartość do sprawdzenia.

Zwraca

true jeśli value jest nieskończonością dodatnią; w przeciwnym razie false.

Implementuje

Dotyczy