TSystem.Log Method
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TNumber Log(
TSystem Base
)
Public Function Log (
Base As TSystem
) As TNumber
public:
TNumber^ Log(
TSystem^ Base
)
member Log :
Base : TSystem -> TNumber
- Base TSystem
-
System containing base(s) to use for calculation of Log(BaseEntry).
TNumberTNumber wrapper for a new
TSystem instance
containing the results of
Log(BaseEntry) applied to all elements of this
TSystem
with all bases specified in
Base.