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

Definice

Určuje, jestli je hodnota kladná.

 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

Parametry

value
UIntPtr

unativeint

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je pozitivní, jinak hodnota false.

Implementuje

Platí pro