UIntPtr.INumberBase<UIntPtr>.IsNegativeInfinity(UIntPtr) Yöntem

Tanım

Bir değerin negatif sonsuz olup olmadığını belirler.

 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

Parametreler

value
UIntPtr

unativeint

Denetlenecek değer.

Döndürülenler

true negatif sonsuz ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır