OperatableObjectRightShift Operator |
Applies the right-shift operator.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static OperatableObject operator >>(
OperatableObject c1,
int c2
)
Parameters
- c1 OperatableObject
- The value to shift.
- c2 Int32
- The shift count.
Return Value
OperatableObjectThe shifted value.
See Also