ErfCPrecise
Computes the complementary error function integrated from a lower bound to infinity with precise calculation, providing the complement of the standard error function.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class ErfCPrecise : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionErfCPrecise...
Inherited Members
Constructors
Initializes a new ERFC.PRECISE function instance for computing the precise complementary error function.
public ErfCPrecise()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the precise complementary error function from the specified lower bound to infinity and returns the numeric result.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Rules governing how argument values are interpreted and converted during function evaluation.
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Metadata describing the function signature, category, and argument requirements.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: