IOperatablevop_ShiftRight_Rev Method |
Attempts reversed bit-shift right where this instance is the right-hand operand.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxbool vop_ShiftRight_Rev(
Object a,
out Object b
)
Parameters
- a Object
- Shift amount.
- b Object
- Result of the shift if supported.
Return Value
Booleantrue if operation is supported.
See Also