AddDouble(Property_: String; Value: Double): IJsonObjectBuilder;
Property_. Element name.
Value. Real value.
The AddDouble method adds an element with a real value.
The example of use is given in description of the IJsonDocument.WriteToString method.
See also: