CeilingPrecise
Implements the CEILING.PRECISE function, which rounds a number up to the nearest integer or multiple of significance regardless of sign.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class CeilingPrecise : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionCeilingPrecise...
Inherited Members
Constructors
Initializes a new CEILING.PRECISE function instance for rounding numbers up with absolute significance, treating both positive and negative numbers uniformly.
public CeilingPrecise()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the precise ceiling of the number using the specified significance and returns the result or an error if the value exceeds supported limits.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets metadata describing the function's signature, category, and arguments.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: