Click or drag to resize

Characters(Char, Boolean) Constructor

Initializes a new instance of the Characters class with the specified character array.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Characters(
	char[] sourceChars,
	bool copy
)

Parameters

sourceChars  Char
The source character array.
copy  Boolean
If set to true, the contents of the source character array are copied; otherwise, the reference is used.
See Also