ErfPrecise
Computes the error function integrated from zero to a specified upper bound with precise calculation, commonly used in statistics and probability calculations.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class ErfPrecise : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionErfPrecise...
Inherited Members
Constructors
Initializes a new ERF.PRECISE function instance for computing the precise error function integral.
public ErfPrecise()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the precise error function integral from zero to the specified upper bound 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: