DefaultRoundingStrategyMaxDigits 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#
public int MaxDigits { get; }

Property Value

Int32
28

Implements

IRoundingStrategyMaxDigits

Remarks

The DefaultRoundingStrategy class is limited only by the Decimal structure.

See Also