DoubleColumnRightShift Operator |
Shifts a double column right by the specified bit count after converting values to integers.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DoubleColumn operator >>(
DoubleColumn c1,
int c2
)
Parameters
- c1 DoubleColumn
- The column.
- c2 Int32
- The shift count.
Return Value
DoubleColumnThe result column.
See Also