New to Telerik Document ProcessingStart a free 30-day trial

Computes the error function integrated from zero to a specified upper bound with precise calculation, commonly used in statistics and probability calculations.

Definition

Constructors

Initializes a new ERF.PRECISE function instance for computing the precise error function integral.

C#
public ErfPrecise()

Fields

The name of the function.

C#
public static readonly string FunctionName

Methods

Evaluates the precise error function integral from zero to the specified upper bound 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 "ERF.PRECISE" used in formulas.

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

The name as String.

Overrides: FunctionBase.Name