Click or drag to resize

IOperatablevop_ShiftLeft Method

Attempts bit-shift left by a.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
bool vop_ShiftLeft(
	Object a,
	out Object b
)

Parameters

a  Object
Shift amount.
b  Object
Result of the shift if supported.

Return Value

Boolean
true if operation is supported.
See Also