Click or drag to resize
DecimalPlaces Enumeration
Represents the number of decimal places used.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum DecimalPlaces
Members
  Member nameValueDescription
Zero1 Whole numbers.
One2 DecimalPlaces One
Two3 DecimalPlaces Two
Three4 DecimalPlaces Three
Four5 DecimalPlaces Four
Five6 DecimalPlaces Five
See Also