DollarFr
Converts decimal dollar values to fractional dollar notation used in securities pricing.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class DollarFr : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionDollarFr...
Inherited Members
Constructors
Initializes a new DOLLARFR function instance for converting decimal values to fractional dollar notation.
public DollarFr()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the function by converting the decimal dollar value to fractional form based on the specified denominator.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Specifies that numeric arguments exclude booleans during conversion.
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Provides metadata including category, description, and argument definitions.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: