UInt32.INumberBase<UInt32>.IsNegative(UInt32) 方法

定义

确定值是否为负值。

 static bool System.Numerics.INumberBase<System.UInt32>.IsNegative(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsNegative;
static bool INumberBase<uint>.IsNegative (uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsNegative : uint32 -> bool
 Shared Function IsNegative (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsNegative

参数

value
UInt32

要检查的值。

返回

true 如果 value 为负数,则为 ;否则为 false

实现

适用于