Enum DecimalRounding
Decimal rounding types
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public enum DecimalRounding
Fields
| Name | Description |
|---|---|
| Fifth | Round to one-fifth (e.g. 20 cents) |
| Fiftieth | Round to one-fiftieth (e.g. 2 cents) |
| Half | Round to half (e.g. 50 cents) |
| Hundredth | Round to one-hundredth (e.g. 1 cent) |
| Integer | Round to nearest integer |
| None | No rounding |
| Tenth | Round to one-tenth (e.g. 10 cents) |
| Twentieth | Round to one-twentieth (e.g. 5 cents) |