Click or drag to resize

LogarithmicProgresser Constructor

Constructor.

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public LogarithmicProgresser(
	int base,
	long initialValue = 1
)

Parameters

base
Type: SystemInt32
The logarithm's base.
initialValue (Optional)
Type: SystemInt64
The initial antilogarithm.
See Also