Click or drag to resize

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)
Syntax
C#
public abstract T Log(
	T a,
	T b
)

Parameters

a
Type: T
The antilogarithm.
b
Type: T
The base.

Return Value

Type: T
The logarithm of a in base b.
See Also