New to Telerik Document ProcessingStart a free 30-day trial

Computes the complementary error function integrated from a lower bound to infinity with precise calculation, providing the complement of the standard error function.

Definition

Constructors

Initializes a new ERFC.PRECISE function instance for computing the precise complementary error function.

C#
public ErfCPrecise()

Fields

The name of the function.

C#
public static readonly string FunctionName

Methods

Evaluates the precise complementary error function from the specified lower bound to infinity and returns the numeric result.

C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
Parameters:contextFunctionEvaluationContext<double>

The context.

Returns:

RadExpression

Functions result as RadExpression.

Overrides: FunctionWithSameTypeArguments<double>.EvaluateOverride(FunctionEvaluationContext<double>)

Properties

Rules governing how argument values are interpreted and converted during function evaluation.

C#
public override ArgumentConversionRules ArgumentConversionRules { get; }
Property Value:

The argument conversion rules as ArgumentConversionRules.

Overrides: NumbersInFunction.ArgumentConversionRules

Metadata describing the function signature, category, and argument requirements.

C#
public override FunctionInfo FunctionInfo { get; }
Property Value:

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

The function name "ERFC.PRECISE" used in formulas.

C#
public override string Name { get; }
Property Value:

The name as String.

Overrides: FunctionBase.Name