MCPcopy Create free account
hub / github.com/VCVRack/Rack / isMax

Method isMax

src/Quantity.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160bool Quantity::isMax() {
161 return getValue() >= getMaxValue();
162}
163
164void Quantity::setMin() {
165 setValue(getMinValue());

Callers 3

onDragStartMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected