RoundingPolicy

banner art

The RoundingPolicy class contains integer flags to set the productpricelevel.roundingpolicycode attribute. Although the attribute may accept any value, these are the valid values.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when setting entity attribute values.

Field Value Description
Down 3 Specifies to round down.
Nearest 4 Specifies to round to the nearest value.
None 1 Specifies to do no rounding.
Up 2 Specifies to round up.

See Also

© 2007 Microsoft Corporation. All rights reserved.