FloorPrecise
Class
Implements the FLOOR.PRECISE function, which rounds a number down to the nearest multiple regardless of sign.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class FloorPrecise : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionFloorPrecise...
Inherited Members
Constructors
Initializes a new FLOOR.PRECISE function instance for sign-agnostic floor rounding in formulas.
C#
public FloorPrecise()
Fields
The name of the function.
C#
public static readonly string FunctionName
Methods
Virtual method evaluating the function with System.Object arguments array.
C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Metadata describing the function's signature, category, and arguments.
C#
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: