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