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

Definition

Avgör om ett värde är oändligt.

 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

Parametrar

value
UInt16

Det värde som ska kontrolleras.

Returer

true if value is infinite; otherwise, false.

Implementeringar

Gäller för