Click or drag to resize

TextColumnAddition(TextColumn, DoubleColumn) Operator

Concatenates the values of a text column with the string representation of a numeric column.

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

Parameters

c1  TextColumn
The text column.
c2  DoubleColumn
The numeric column.

Return Value

TextColumn
A new column containing the concatenated values.
See Also