New to Telerik Document ProcessingStart a free 30-day trial

Implements the TBILLYIELD financial function that calculates the yield for a Treasury bill based on settlement, maturity, and price.

Definition

Constructors

Initializes a new TBILLYIELD function instance for calculating Treasury bill yield from settlement date, maturity date, and price per $100 face value.

C#
public TBillYield()

Fields

Function name identifier for the TBILLYIELD function.

C#
public static readonly string FunctionName

Methods

Virtual method evaluating the function with System.Object arguments array.

C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
Parameters:contextFunctionEvaluationContext<double>

The context.

Returns:

RadExpression

Functions result as RadExpression.

Overrides: FunctionWithSameTypeArguments<double>.EvaluateOverride(FunctionEvaluationContext<double>)

Properties

Conversion rules applied to function arguments during evaluation, excluding boolean values from number conversion.

C#
public override ArgumentConversionRules ArgumentConversionRules { get; }
Property Value:

The argument conversion rules as ArgumentConversionRules.

Overrides: NumbersInFunction.ArgumentConversionRules

Metadata describing the function's signature, arguments, and return format for use by the expression evaluator.

C#
public override FunctionInfo FunctionInfo { get; }
Property Value:

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

Function name used for formula evaluation and display.

C#
public override string Name { get; }
Property Value:

The name as String.

Overrides: FunctionBase.Name