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