SECCalculator::GetValue
doubleSECCalculator::GetValue(void)
Returns the current calculator value.
Defined in: SecCalc.cpp
Return Value
Returns the currently displayed calculator value.
Comments
If the calculator is in the middle of an operation then it is unlikely to be the same as the current display value. You could force the end of the current calculation with HandleEvent(OpEquals).
See Also