 | FieldTLog Method |
Get the logarithm of two elements.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic abstract T Log(
T a,
T b
)
Parameters
- a
- Type: T
The antilogarithm. - b
- Type: T
The base.
Return Value
Type:
TThe logarithm of
a in base
b.
See Also