RoundUp
Rounds a number up away from zero to a specified number of decimal places, always rounding in the positive direction.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class RoundUp : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionRoundUp...
Inherited Members
Constructors
Initializes a new ROUNDUP function that rounds numbers up away from zero.
public RoundUp()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the ROUNDUP function and returns the number rounded up away from zero to the specified decimal places.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Metadata describing the function signature, category, and argument requirements.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: