Inner Drive Extensible Architecture
C#
Show/Hide TOC
Integral
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
IntegralRoundingStrategy
class is limited only by the
Decimal
structure.
See Also
Reference
IntegralRoundingStrategy Class
InnerDrive.Financial Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also