New to Telerik Document ProcessingStart a free 30-day trial

ImPower

Class

Raises a complex number in x+yi or x+yj text format to a specified power.

Definition

Constructors

Initializes a new IMPOWER function instance.

C#
public ImPower()

Fields

The name of the function.

C#
public static readonly string FunctionName

Methods

Raises the complex number to the specified power and returns the result, or #NUM! if the complex number has zero magnitude.

C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
Parameters:contextFunctionEvaluationContext<object>

The context.

Returns:

RadExpression

Functions result as RadExpression.

Overrides: FunctionWithArguments.EvaluateOverride(FunctionEvaluationContext<object>)

Properties

Gets the argument conversion rules that treat non-complex-text inputs as errors.

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

The argument conversion rules as ArgumentConversionRules.

Overrides: FunctionBase.ArgumentConversionRules

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 "IMPOWER".

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

The name as String.

Overrides: FunctionBase.Name