RoundDown
Rounds a number down toward zero to a specified number of decimal places, truncating rather than rounding up.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class RoundDown : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionRoundDown...
Inherited Members
Constructors
Initializes a new ROUNDDOWN function that rounds numbers down toward zero.
public RoundDown()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the ROUNDDOWN function and returns the number rounded down toward 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: