UIntPtr.INumberBase<UIntPtr>.IsPositive(UIntPtr) Метод

Определение

Определяет, является ли значение положительным.

 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

Параметры

value
UIntPtr

unativeint

Значение для проверки.

Возвращаемое значение

true Значение , если value является положительным; в противном случае — значение false.

Реализации

Применяется к