ConversionCommonShiftLeft Method

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

Definition

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

Parameters

value1  Object
Operand.
value2  Object
Shift Count.

Return Value

Object
Result of value1 shifted left value2 bits.

See Also