 | FieldWrapperTLog Method |
Get the logarithm of the element.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic FieldWrapper<T> Log(
T base
)
Parameters
- base
- Type: T
The base for the logarithm function.
Return Value
Type:
FieldWrapperTThe logarithm of
val and
base.
See Also