Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ isBounded
Method
isBounded
src/Quantity.cpp:184–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
bool Quantity::isBounded() {
185
return std::isfinite(getMinValue()) && std::isfinite(getMaxValue());
186
}
187
188
float Quantity::toScaled(float value) {
189
if (!isBounded())
Callers
10
process
Method · 0.80
paramsToJson
Method · 0.80
json_array_foreach
Function · 0.80
onReset
Method · 0.80
onRandomize
Method · 0.80
onChange
Method · 0.80
onDragMove
Method · 0.80
onHoverScroll
Method · 0.80
createContextMenu
Method · 0.80
resetAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected