[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Returns the logarithm of a specified number in a specified base. [Property] A=Sets a number whose logarithm is to be found. ARG(Double)|7|0 B=Sets the base of the logarithm. ARG(Double)|7|0 Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doLog=Performs the mathematical function Log(number, number). ARG(Double A, Double B)|1|0 onLog=Returns the logarithm of a specified number in a specified base. ARG(Double)|2|7 Result=Returns the result. ARG(Double)|3|7 A=Defines a number whose logarithm is to be found. ARG(Double)|4|7 B=Defines a base of the logarithm. ARG(Double)|4|7