BitRShift
Class
Implements the BITRSHIFT function, shifting an integer right by a specified number of bits up to ±53 positions.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class BitRShift : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionBitRShift...
Inherited Members
Constructors
Initializes a new BITRSHIFT function instance for performing right bit shift operations.
C#
public BitRShift()
Fields
The name of the 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)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets the function info.
C#
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: