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