ClassImPower
Raises a complex number in x+yi or x+yj text format to a specified power.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class ImPower : FunctionWithArguments
Inheritance: objectFunctionBaseFunctionWithArgumentsImPower
Inherited Members
Constructors
Fields
FunctionName
The name of the function.
Properties
ArgumentConversionRules
Gets the argument conversion rules that treat non-complex-text inputs as errors.
Declaration
public override ArgumentConversionRules ArgumentConversionRules { get; }
Property Value
The argument conversion rules as ArgumentConversionRules.
Overrides
FunctionInfo
Gets the metadata describing this function's category, description, and arguments.
Declaration
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<object>)
Raises the complex number to the specified power and returns the result, or #NUM! if the complex number has zero magnitude.
Declaration
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
Parameters
context
FunctionEvaluationContext<object>
The context.
Returns
Functions result as RadExpression.
Overrides