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