The current value of the series. Using this property is the same as calling LookBack(0).

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

Syntax

C#
public double Current { get; }
Visual Basic (Declaration)
Public ReadOnly Property Current As Double
Visual C++
public:
virtual property double Current {
	double get () sealed;
}

Implements

ISeries..::.Current

See Also