SECCalculator::SetDecimalPlaces

voidSECCalculator::SetDecimalPlaces(intnDP)

Sets the maximum number of decimal places to display to.

Defined in: SecCalc.cpp

Return Value

void

Parameters

nDP

The number of decimal places to display to.

Comments

The calculator works to 15 significant places. Restricting the number of decimal places is a cause of inaccurate results.

See Also

SECCalculator  GetDecimalPlaces