Click or drag to resize

LogarithmicProgresserIncrement Method

increases the antilogarithm.

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public int Increment(
	int increment = 1
)

Parameters

increment (Optional)
Type: SystemInt32
The amount to increment by.

Return Value

Type: Int32
The amount by which the logarithm changed.
See Also