| 117 | bool Cc4Block::IsUnitValid() const { return Link(kIndexUnit) != 0; } |
| 118 | |
| 119 | bool Cc4Block::IsDecimalUsed() const { |
| 120 | return (flags_ & CcFlag::PrecisionValid) != 0; |
| 121 | } |
| 122 | |
| 123 | void Cc4Block::Range(double min, double max) { |
| 124 | if (max > min) { |
no outgoing calls