Radians
Converts an angle from degrees to radians for use in trigonometric calculations.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class Radians : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionRadians...
Inherited Members
Constructors
Initializes a new RADIANS function that converts degree measurements to radians.
public Radians()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the RADIANS function and returns the angle converted from degrees to radians using the formula (degrees × π / 180).
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Metadata describing the function signature, category, and argument requirements.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: