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

Definizione

Determina se un valore è infinito.

 static bool System.Numerics.INumberBase<System.UInt32>.IsInfinity(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsInfinity;
static bool INumberBase<uint>.IsInfinity (uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsInfinity : uint32 -> bool
 Shared Function IsInfinity (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsInfinity

Parametri

value
UInt32

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a