Characters(Int32) Constructor |
Initializes a new instance of the Characters class with the specified length.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Characters(
int length
)
Parameters
- length Int32
- The length of the character array.
See Also