New to Telerik Document ProcessingStart a free 30-day trial

Computes the argument θ (theta) of a complex number, expressed as an angle in radians.

Definition

Constructors

Initializes a new ImArgument function instance for computing the angle of complex numbers in radians.

C#
public ImArgument()

Fields

The name of the function.

C#
public static readonly string FunctionName

Methods

Evaluates the function with the provided complex number argument and returns the angle in radians as a number 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 metadata describing the function's signature, parameters, and localization keys.

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

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

Gets the function name used in formula expressions.

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

The name as String.

Overrides: FunctionBase.Name