WebCab Technical Analysis Web Services for Delphi v1.1

DirectionalMovementIndicator.TwoDoubles2Array Method 

Utility method used within client applications in order to write two doubles within an array of length 2.

public double[] TwoDoubles2Array(
   double first,
   double second
);

Parameters

first
The first double within the array returned.
second
The second double within the array returned.

Return Value

A double array of length two where the 1st element is the first double given as a parameter and the 2nd element is the second double given as a parameter.

See Also

DirectionalMovementIndicator Class | Indicators Namespace