Name | Description | |
---|---|---|
AlwaysTruncate | Specifies whether the significant digits should be truncated to the given precision after each operation. | |
DefaultPrecision | Sets the maximum precision of division operations. If AlwaysTruncate is set to true all operations are affected. | |
DoubleConversionRule | Specifies the global rules for converting doubles to a BigDecimal. | |
One | Constant value representing One | |
RoundDouble | Specifies whether the significant digits should be truncated to the given precision after each operation. | |
Zero | Constant value representing Zero |