MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / Value

Method Value

FastCopy/DependentValue.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 );
20
21 double DependentValue::Value()
22 {
23 return winrt::unbox_value<double>(GetValue(m_valueProperty));
24 }
25 void DependentValue::Value(double value)
26 {
27 SetValue(m_valueProperty, winrt::box_value(value));

Callers 2

DependentValue.cppFile · 0.80
AnimatedValueClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected