Context

Decimal arithmetic operations are governed by their context. The context specifies the precision (number of decimal digits) the maximum exponent value and the rounding mode in place for the operation. The result of most operations will be rounded to the type precision using the context rounding mode

Constructors

this
this()
Undocumented in source.
this
this(int precision, int maxExpo, Round mode)
Undocumented in source.

Members

Variables

maxExpo
int maxExpo;
Undocumented in source.
mode
Round mode;
Undocumented in source.
precision
int precision;
Undocumented in source.

Meta