UncNumberLog(UncNumber) Method

Returns the logarithm of a specified number in a specified base.

Definition

Namespace: Metas.UncLib.LinProp
Assembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
C#
public UncNumber Log(
	UncNumber newBase
)

Parameters

newBase  UncNumber

Return Value

UncNumber

Implements

IMathTLog(T)

See Also