New to Telerik Document ProcessingStart a free 30-day trial

Oct2Dec

Class

Converts an octal number to its decimal representation.

Definition

Constructors

Initializes a new OCT2DEC function instance.

C#
public Oct2Dec()

Fields

The name of the function.

C#
public static readonly string FunctionName

Methods

Converts the octal number to decimal and returns the result as a numeric expression.

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

Gets the argument conversion rules that accept numeric inputs but not boolean values.

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

The argument conversion rules as ArgumentConversionRules.

Overrides: NumbersInFunction.ArgumentConversionRules

Gets the metadata describing this function's category, description, and arguments.

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

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

Gets the function name "OCT2DEC".

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

The name as String.

Overrides: FunctionBase.Name