Click or drag to resize

ITalliatorTnext Method

Introduces a new value into the tally.

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
bool next(
	T val
)

Parameters

val
Type: T
The value to tally.

Return Value

Type: Boolean
Whether or not to end all tallies.
See Also