MindFusion.Reporting for Silverlight Programmer's Guide
Log

Returns the natural (base e) logarithm of the specified number.

Syntax

 Copy Code

double Log (
    double value
)

Parameters

value
Any valid numeric expression greater than 0.

Remarks

The natural logarithm is the logarithm to the base e. The constant e is approximately 2.718282.

See Also

Math Functions
Exp Function