Click or drag to resize

DoubleColumnBitwiseOr(Double, DoubleColumn) Operator

Applies a bitwise OR between a scalar value and a double column 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 |(
	double c2,
	DoubleColumn c1
)

Parameters

c2  Double
The scalar value.
c1  DoubleColumn
The column.

Return Value

DoubleColumn
The result column.
See Also