menu
rohd_hcl
rohd_hcl.dart
FixedPointValue
isNegative method
isNegative
dark_mode
light_mode
isNegative
method
bool
isNegative
(
)
Returns true if the number is negative.
Implementation
bool isNegative() => signed & (value[-1] == LogicValue.one);
rohd_hcl
rohd_hcl
FixedPointValue
isNegative method
FixedPointValue class