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