Click or drag to resize

DoubleColumnRightShift Operator

Shifts a double column right by the specified bit count after converting values to integers.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DoubleColumn operator >>(
	DoubleColumn c1,
	int c2
)

Parameters

c1  DoubleColumn
The column.
c2  Int32
The shift count.

Return Value

DoubleColumn
The result column.
See Also