Sets the most recent value in the series.

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

Syntax

C#
[ObsoleteAttribute("Use the Current property instead")]
public void SetCurrentValue(
	double value
)
Visual Basic (Declaration)
<ObsoleteAttribute("Use the Current property instead")> _
Public Sub SetCurrentValue ( _
	value As Double _
)
Visual C++
[ObsoleteAttribute(L"Use the Current property instead")]
public:
void SetCurrentValue(
	double value
)

Parameters

value
Type: System..::.Double
value to set.

See Also