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

Definizione

Determina se un valore è infinito.

 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

Parametri

value
UInt16

Valore da controllare.

Restituisce

true se value è infinito; in caso contrario, false.

Implementazioni

Si applica a