Enum RoundingLevel
The amount of decimal places to round to when using the Rounder
Namespace: LemonEdge.API.Processors
Assembly: API.dll
Syntax
public enum RoundingLevel : short
Fields
Name | Description |
---|---|
Cents | Round to nearest .01, using bankers rounding. |
Currency | Round to the currency number of decimal places, using bankers rounding. |
Hundreds | Round to nearest hundred, using bankers rounding. |
Singles | Round to nearest whole number, using bankers rounding. |
TenCents | Round to nearest .1, using bankers rounding. |
Tens | Round to nearest ten, using bankers rounding. |