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

Definicja

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

 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

Wartość do sprawdzenia.

Zwraca

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

Implementuje

Dotyczy