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