GetMaxDecimalPlaces

GetMaxDecimalPlaces 1:

This method returns the current setting for MaxDecimalPlaces. This influences the number of decimal places in the case of floating-point numbers.

Syntax

METHOD GetMaxDecimalPlaces : DINT

GetMaxDecimalPlaces 2: Return value

Name

Type

GetMaxDecimalPlaces

DINT

Sample call:

nDec := fbJson.GetMaxDecimalPlaces();