Click or drag to resize

DoubleColumnDivision(Double, DoubleColumn) Operator

Divides a scalar value by a double column.

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 dividend.
c1  DoubleColumn
The divisor column.

Return Value

DoubleColumn
The result column.
See Also