TJsonWriter.WriteDouble Method
Writes a JSON number value as a double-precision floating-point number.
Syntax
Unit: Bcl.Json.Writer
function TJsonWriter.WriteDouble(const Value: Double): TJsonWriter;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Value | Double | The double value to write. |
Returns
This writer instance for method chaining.