WbsProportionalRounding.Rounding Property

Gets or sets a value that specifies the number of decimal places or the nearest value to round to in the WBS. Applies to selling prices.
public int Rounding {get; set;}

Property Value

int

The number of decimal places from 0 to 4, or a value from -6 to -1 representing the nearest number to round to.

Exception type Condition

ArgumentOutOfRangeException

The assigned value is less than -6 or greater than 4.

Remarks
 

The values can be rounded to the specified number of decimal places from 0 to 4. Or they can be rounded to the nearest tens, hundreds, thousands, etc. Such cases are represented with a negative numbers as follows:

-1 round to the nearest 10
-2 round to the nearest 100
-3 round to the nearest 1 000
-4 round to the nearest 10 000
-5 round to the nearest 100 000
-6 round to the nearest 1 000 000
Version
 
Available since QDV 7.20.810.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2