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

Definicja

Określa, czy wartość jest nieskończonością ujemną.

 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

Parametry

value
UIntPtr

unativeint

Wartość do sprawdzenia.

Zwraca

true jeśli value jest nieskończonością ujemną; w przeciwnym razie falsewartość .

Implementuje

Dotyczy