This type used inside the params container.
NOTE: Can not be set to null. In the params container used strong typing.
- KLOAPI type: paramDouble
- JSON presentation: JSON object
- Description: Real number with double precision
- Value format: Contains two fields: the field "type" with a value of "double" and the field "value" with a value represented as real number with double precision. Example:{"type": "double", "value": 1.23}