New to Telerik Document ProcessingStart a free 30-day trial

Complex

Class

Implements the COMPLEX function, constructing a complex number string in the form x + yi or x + yj from real and imaginary coefficients.

Definition

Constructors

Initializes a new COMPLEX function instance for building complex number strings from real and imaginary parts.

C#
public Complex()

Fields

The name of the function.

C#
public static readonly string FunctionName

Methods

Virtual method evaluating the function with System.Object arguments array.

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 function info.

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

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

Gets the name of the function.

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

The name as String.

Overrides: FunctionBase.Name