Computes logarithm to base Base of the number.
If obj is of type TSystem then applies this method recursively to all elements of the system.
public TNumber Log(
BaseEntry Base
)Public Function Log (
Base As BaseEntry
) As TNumberpublic:
TNumber^ Log(
BaseEntry^ Base
)member Log :
Base : BaseEntry -> TNumber | GeneralException | Thrown if Type of obj is neither scalar nor TSystem or if there are units of measurement. |