setPrecision (Client API reference)

Sets the number of digits allowed to the right of the decimal point.

Column types supported

Money, decimal, double, and integer

Syntax

formContext.getAttribute(arg).setPrecision(value);

Parameter

Parameter Name Type Description
value Number Number of digits allowed to the right of the decimal point.

getPrecision