Int128.IsNegative(Int128) 方法

定义

确定值是否为负值。

public:
 static bool IsNegative(Int128 value) = System::Numerics::INumberBase<Int128>::IsNegative;
public static bool IsNegative (Int128 value);
static member IsNegative : Int128 -> bool
Public Shared Function IsNegative (value As Int128) As Boolean

参数

value
Int128

返回

Boolean

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

实现

注解

返回值 false 并不表示 IsPositive(TSelf) 将返回 true。 非零b的复数不是正数或负数 a + bi

适用于