Adds a value to the Tally, updating the associated summary statistics.

Namespace:  C1.Silverlight.Binding
Assembly:  C1.Silverlight.Binding.5 (in C1.Silverlight.Binding.5.dll)

Syntax

C#
public void AddValue(
	Object value
)
Visual Basic
Public Sub AddValue ( _
	value As Object _
)

Parameters

value
Type: System..::..Object
Value to add to the Tally

See Also