IJsonArrayBuilder.AddDouble

Syntax

AddDouble(Value: Double): IJsonArrayBuilder;

AddDouble(Value: Double): Prognoz.Platform.Interop.ForeSystem.IJsonArrayBuilder;

Parameters

Value. Real value.

Description

The AddDouble method adds a real value to JSON array.

Fore and Fore.NET Examples

The example of use is given in description of the IJsonArrayBuilder.Build method.

See also:

IJsonArrayBuilder