IMathTLog(T) Method

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

Definition

Namespace: Metas.UncLib.Core.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
T Log(
	T newBase
)

Parameters

newBase  T

Return Value

T

See Also