Click or drag to resize

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)
Syntax
C#
public FieldWrapper<T> Log(
	T base
)

Parameters

base
Type: T
The base for the logarithm function.

Return Value

Type: FieldWrapperT
The logarithm of val and base.
See Also