TBillYield
Implements the TBILLYIELD financial function that calculates the yield for a Treasury bill based on settlement, maturity, and price.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class TBillYield : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionTBillYield...
Inherited Members
Constructors
Initializes a new TBILLYIELD function instance for calculating Treasury bill yield from settlement date, maturity date, and price per $100 face value.
public TBillYield()
Fields
Function name identifier for the TBILLYIELD function.
public static readonly string FunctionName
Methods
Virtual method evaluating the function with System.Object arguments array.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Conversion rules applied to function arguments during evaluation, excluding boolean values from number conversion.
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Metadata describing the function's signature, arguments, and return format for use by the expression evaluator.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: