Quotient
Divides one number by another and returns the integer portion of the result, discarding the remainder.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class Quotient : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionQuotient...
Inherited Members
Constructors
Initializes a new QUOTIENT function that returns the integer part of a division without the remainder.
public Quotient()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the QUOTIENT function and returns the integer portion of the numerator divided by the denominator, checking for division by zero.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Conversion rules specifying that the function converts arguments to numbers but does not accept boolean values.
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Metadata describing the function signature, category, and argument requirements.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: