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

Definizione

Determina se un valore è infinito.

 static bool System.Numerics.INumberBase<System.UInt64>.IsInfinity(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsInfinity;
static bool INumberBase<ulong>.IsInfinity (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsInfinity : uint64 -> bool
 Shared Function IsInfinity (value As ULong) As Boolean Implements INumberBase(Of ULong).IsInfinity

Parametri

value
UInt64

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a