ClassTBillEq
Implements the TBILLEQ financial function that calculates the bond-equivalent yield for a Treasury bill.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class TBillEq : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionTBillEq
Inherited Members
Constructors
TBillEq()
Initializes a new TBILLEQ function instance for calculating bond-equivalent yield from Treasury bill settlement date, maturity date, and discount rate.
Declaration
public TBillEq()
Fields
FunctionName
Function name identifier for the TBILLEQ function.
Properties
ArgumentConversionRules
Conversion rules applied to function arguments during evaluation, excluding boolean values from number conversion.
Declaration
public override ArgumentConversionRules ArgumentConversionRules { get; }
Property Value
The argument conversion rules as ArgumentConversionRules.
Overrides
FunctionInfo
Metadata describing the function's signature, arguments, and return format for use by the expression evaluator.
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