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

实现

适用于