DecimalPrecisionMode

Fixes whether decimal places should be rounded or truncated.

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiNumericInput.DecimalPrecisionMode

Attribute getter

public getDecimalPrecisionMode(): DecimalPrecisionMode | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmi.Controls.Beckhoff.TcHmiNumericInput.DecimalPrecisionMode, undefined

The current value of the attribute.

Attribute setter

public setDecimalPrecisionMode(valueNew: DecimalPrecisionMode | null): void;

Parameter

Name

Type

Description

valueNew

TcHmi.Controls.Beckhoff.TcHmiNumericInput.DecimalPrecisionMode, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

DecimalPrecisionMode 1:

Available since version 1.14.3