BitLShift
Class
Implements the BITLSHIFT function, shifting an integer left 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 BitLShift : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionBitLShift...
Inherited Members
Constructors
Initializes a new BITLSHIFT function instance for performing left bit shift operations.
C#
public BitLShift()
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: