HighLowCloseGetOpen Method |
Returns the opening stock prices.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetOpen()
Public Overridable Function GetOpen As Double()
public:
virtual array<double>^ GetOpen()
abstract GetOpen : unit -> float[]
override GetOpen : unit -> float[]
Return Value
Type:
Double
A
double[] containing the opening stock prices.
See Also