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

Tanım

Bir değerin pozitif olup olmadığını belirler.

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

Parametreler

value
UIntPtr

unativeint

Denetlenecek değer.

Döndürülenler

true pozitifse value , değilse, false.

Uygulamalar

Şunlara uygulanır