Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ DoubleValue
Method
DoubleValue
lib/variables/variable.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
std::optional<double> Variable::DoubleValue() const
100
{
101
return GetDouble(Value());
102
}
103
104
std::optional<int> Variable::IntValue() const
105
{
Callers
9
CompareVariables
Method · 0.45
isNumber
Function · 0.45
compareNumber
Function · 0.45
CompareVariables
Method · 0.45
modifyNumValue
Function · 0.45
PerformAction
Method · 0.45
SyncSliderAndValueSelection
Method · 0.45
SyncSliderAndValueSelection
Method · 0.45
ConditionIsMet
Method · 0.45
Calls
2
GetDouble
Function · 0.85
Value
Function · 0.70
Tested by
no test coverage detected