NArrayT, DRLog Method

Returns the logarithm of a specified number (a) in a specified base (object).

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public T RLog(
	D a
)

Parameters

a  D
The first operand

Return Value

T

Implements

IArrayMathT, ORLog(O)

See Also