Inner Drive Extensible Architecture
C#
Show/Hide TOC
Default
Rounding
Strategy
Max
Digits Property
Returns the maximum number of significant digits to which the
Round(Decimal, Int32)
method can round.
Definition
Namespace:
InnerDrive.Financial
Assembly:
InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
Copy
public
int
MaxDigits
{
get
; }
Property Value
Int32
28
Implements
IRoundingStrategy
MaxDigits
Remarks
The
DefaultRoundingStrategy
class is limited only by the
Decimal
structure.
See Also
Reference
DefaultRoundingStrategy Class
InnerDrive.Financial Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also