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

Definice

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

 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

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro