OperatableObjectvop_ShiftLeft Method |
Tries to apply a left shift with the specified operand.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual bool vop_ShiftLeft(
Object a,
out OperatableObject b
)
Parameters
- a Object
- The operand that specifies the shift count.
- b OperatableObject
- The operation result if the operation succeeds.
Return Value
Boolean if the operation was applied; otherwise,
.
See Also