isNegative 属性

bool isNegative

该数字是否为负。

一个数字如果是小于零,或者如果是双精度浮点数 -0.0,则为负数。这排除了类似于 double.nan 的 NaN 值为负数。

实现

bool get isNegative;