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

Method isMin

src/Quantity.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156bool Quantity::isMin() {
157 return getValue() <= getMinValue();
158}
159
160bool Quantity::isMax() {
161 return getValue() >= getMaxValue();

Callers 1

onDragStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected