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

定义

确定值是否为负值。

 static bool System.Numerics.INumberBase<System.Byte>.IsNegative(System::Byte value) = System::Numerics::INumberBase<System::Byte>::IsNegative;
static bool INumberBase<byte>.IsNegative (byte value);
static member System.Numerics.INumberBase<System.Byte>.IsNegative : byte -> bool
 Shared Function IsNegative (value As Byte) As Boolean Implements INumberBase(Of Byte).IsNegative

参数

value
Byte

要检查的值。

返回

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

实现

适用于