setPrecision (客户端 API 参考)

设置小数点右侧允许的位数。

支持的列类型

Money、decimal、double 和 integer

Syntax

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

参数

参数名称 类型 Description
value 编号 小数点右侧允许的位数。

getPrecision