 | LogarithmicProgresser Constructor |
Constructor.
Namespace:
NumberStone
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic LogarithmicProgresser(
int base,
long initialValue = 1
)
Parameters
- base
- Type: SystemInt32
The logarithm's base. - initialValue (Optional)
- Type: SystemInt64
The initial antilogarithm.
See Also