ClassFloorPrecise
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:
public class FloorPrecise : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionFloorPrecise
Inherited Members
Constructors
FloorPrecise()
Initializes a new FLOOR.PRECISE function instance for sign-agnostic floor rounding in formulas.
Declaration
public FloorPrecise()
Fields
FunctionName
The name of the function.
Properties
FunctionInfo
Metadata describing the function's signature, category, and arguments.
Declaration
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<double>)
Virtual method evaluating the function with System.Object arguments array.
Declaration
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
Parameters
context
FunctionEvaluationContext<double>
The context.
Returns
Functions result as RadExpression.
Overrides