ImPower
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
Initializes a new IMPOWER function instance.
public ImPower()
Fields
The name of the function.
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.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets the argument conversion rules that treat non-complex-text inputs as errors.
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Gets the metadata describing this function's category, description, and arguments.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: