Click or drag to resize

CharactersAddition(String, Characters) Operator

Concatenates a string and a Characters instance.

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 +(
	string s,
	Characters c2
)

Parameters

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

Return Value

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