operator > method
- FixedPointValue other
Less-than operation that returns a LogicValue.
Implementation
LogicValue operator >(FixedPointValue other) =>
compareTo(other) > 0 ? LogicValue.one : LogicValue.zero;
Less-than operation that returns a LogicValue.
LogicValue operator >(FixedPointValue other) =>
compareTo(other) > 0 ? LogicValue.one : LogicValue.zero;