ConversionCommonShiftRight Method

Return the result of Shift Right Operation for values 1 and 2.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static Object CommonShiftRight(
	Object value1,
	Object value2
)

Parameters

value1  Object
Operand.
value2  Object
Shift Count.

Return Value

Object
Result of value1 shifted right value2 bits.

See Also