MathLogT(T, T) Method
Returns the logarithm of a specified number in a specified base.
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static T Log<T>(
T a,
T newBase
)
where T : Object, INumber<T>
Public Shared Function Log(Of T As {Object, INumber(Of T)}) (
a As T,
newBase As T
) As T
public:
generic<typename T>
where T : Object, INumber<T>
static T Log(
T a,
T newBase
)
static member Log :
a : 'T *
newBase : 'T -> 'T when 'T : Object and INumber<'T>
- a T
- newBase T
- T
- Type
T