Click or drag to resize

CharactersAdd Method

Concatenates two character arrays and returns a new 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 Add(
	char[] c1,
	char[] c2
)

Parameters

c1  Char
The first character array.
c2  Char
The second character array.

Return Value

Characters
A new Characters instance that represents the concatenation of the two character arrays.
See Also