CharactersCopy(Int32, Int32, Char) Method |
Copies a range of characters from the specified source character array to this instance.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Copy(
int startIndex,
int lastIndex,
char[] sourceCharArray
)
Parameters
- startIndex Int32
- The starting index (1-based) in the destination array.
- lastIndex Int32
- The ending index (1-based) in the destination array.
- sourceCharArray Char
- The source character array.
See Also