Click or drag to resize

Characters(Int32) Constructor

Initializes a new instance of the Characters class with the specified length.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Characters(
	int length
)

Parameters

length  Int32
The length of the character array.
See Also