ImLog10
Class
Computes the base-10 logarithm of a complex number in x+yi or x+yj text format.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class ImLog10 : StringsInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<string>StringsInFunctionImLog10...
Inherited Members
Constructors
Initializes a new IMLOG10 function instance.
C#
public ImLog10()
Fields
The name of the function.
C#
public static readonly string FunctionName
Methods
Computes the base-10 logarithm of the complex number and returns the result as a text expression.
C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<string> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets the metadata describing this function's category, description, and arguments.
C#
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: