Returns the low stock prices.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[] GetLow()
Visual Basic (Declaration)
Public Overridable Function GetLow As Double()
Visual C++
public:
virtual array<double>^ GetLow()

Return Value

A double[] containing the low stock prices.

See Also