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

Definicja

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

 static bool System.Numerics.INumberBase<System.UInt16>.IsPositiveInfinity(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsPositiveInfinity;
static bool INumberBase<ushort>.IsPositiveInfinity (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsPositiveInfinity : uint16 -> bool
 Shared Function IsPositiveInfinity (value As UShort) As Boolean Implements INumberBase(Of UShort).IsPositiveInfinity

Parametry

value
UInt16

Wartość do sprawdzenia.

Zwraca

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

Implementuje

Dotyczy