Table of Contents

Rounding element

Specifies how the parameter value is rounded.

Type

EnumRounding

Parent

Interprete

Remarks

Default: down

Feature introduced in DataMiner 9.0.0 CU7/9.0.4 (RN 13519).

Examples

<Interprete>
		<RawType>unsigned number</RawType>
		<LengthType>fixed</LengthType>
		<Length>4</Length>
		<Type>double</Type>
		<Rounding>halfToInfinity</Rounding>
</Interprete>