AddDouble(Value: Double): IJsonArrayBuilder;
AddDouble(Value: Double): Prognoz.Platform.Interop.ForeSystem.IJsonArrayBuilder;
Value. Real value.
The AddDouble method adds a real value to JSON array.
The example of use is given in description of the IJsonArrayBuilder.Build method.
See also: