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 |
|---|---|
DecimalPrecisionMode, undefined | The current value of the attribute. |
Attribute setter
public setDecimalPrecisionMode(valueNew: DecimalPrecisionMode | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 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. |
![]() | Available since version 1.14.3 |
