AddDouble(Property_: String; Value: Double): IJsonObjectBuilder;
AddDouble(Property_: String; Value: Double): Prognoz.Platform.Interop.ForeSystem.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: