The current value of the series. This property should return the same value as calling LookBack(0).

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

Syntax

C#
double Current { get; }
Visual Basic (Declaration)
ReadOnly Property Current As Double
Visual C++
property double Current {
	double get ();
}

See Also