New to Telerik Document ProcessingStart a free 30-day trial

ImLog10

Class

Computes the base-10 logarithm of a complex number in x+yi or x+yj text format.

Definition

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)
Parameters:contextFunctionEvaluationContext<string>

The context.

Returns:

RadExpression

Functions result as RadExpression.

Overrides: FunctionWithSameTypeArguments<string>.EvaluateOverride(FunctionEvaluationContext<string>)

Properties

Gets the metadata describing this function's category, description, and arguments.

C#
public override FunctionInfo FunctionInfo { get; }
Property Value:

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

Gets the function name "IMLOG10".

C#
public override string Name { get; }
Property Value:

The name as String.

Overrides: FunctionBase.Name