Click or drag to resize

KahanSumTAdd Method

Adds an item to the sum.

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public void Add(
	T item
)

Parameters

item
Type: T
The item to add.
See Also