isNegative method

bool isNegative()

Returns true if the number is negative.

Implementation

bool isNegative() => signed & (value[-1] == LogicValue.one);