UIntPtr.INumberBase<UIntPtr>.IsNegativeInfinity(UIntPtr) Metodo

Definizione

Determina se un valore è infinito negativo.

 static bool System.Numerics.INumberBase<nuint>.IsNegativeInfinity(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsNegativeInfinity;
static bool INumberBase<UIntPtr>.IsNegativeInfinity (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsNegativeInfinity : unativeint -> bool
 Shared Function IsNegativeInfinity (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsNegativeInfinity

Parametri

value
UIntPtr

unativeint

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a