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