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

Definice

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

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

Parametry

value
UInt16

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je nekonečná, jinak hodnota false.

Implementuje

Platí pro