ImConjugate
Computes the complex conjugate of a complex number provided in x+yi or x+yj text format.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class ImConjugate : StringsInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<string>StringsInFunctionImConjugate...
Inherited Members
Constructors
Initializes a new ImConjugate function instance for computing complex conjugates.
public ImConjugate()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the function with the provided complex number argument and returns the conjugate as a string expression.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<string> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets metadata describing the function's signature, parameters, and localization keys.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: