Returns the lowest low value in a series of bars.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public static double LowestLow(
	RList<BarData> bars
)
Visual Basic (Declaration)
Public Shared Function LowestLow ( _
	bars As RList(Of BarData) _
) As Double
Visual C++
public:
static double LowestLow(
	RList<BarData^>^ bars
)

Parameters

bars
Type: RightEdge.Common..::.RList<(Of <(BarData>)>)
RList containing a series of bars.

Return Value

The lowest low in the series of bars.

See Also