Click or drag to resize

CharactersAddition(Characters, String) Operator

Concatenates a Characters instance and a string.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Characters operator +(
	Characters c1,
	string s
)

Parameters

c1  Characters
The Characters instance to concatenate.
s  String
The string to concatenate.

Return Value

Characters
A new Characters instance that represents the concatenation of the instance and the string.
See Also