Click or drag to resize

GenericTallyTAdd Method

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public GenericTally<T> Add(
	ITallier<T> tallier,
	bool append = true
)

Parameters

tallier
Type: WhetStone.LoopingITallierT
The ITallierT to add.
append (Optional)
Type: SystemBoolean
Whether to add the aggregate result to the tally result.

Return Value

Type: GenericTallyT
The GenericTallyT, to allow easy piping.
See Also