NArrayT, DRLog Method
Returns the logarithm of a specified number (a) in a specified base (object).
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
Public Function RLog (
a As D
) As T
public:
virtual T RLog(
D a
) sealed
abstract RLog :
a : 'D -> 'T
override RLog :
a : 'D -> 'T
- a D
- The first operand
TIArrayMathT, ORLog(O)