FortranLibCopy(Char, Int32, Int32, Char) Method |
Copies characters into a destination array using one-based inclusive indices.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void Copy(
char[] destinationArray,
int startIndex,
int lastIndex,
char[] sourceArray
)
Parameters
- destinationArray Char
- The destination array.
- startIndex Int32
- The one-based start index in the destination.
- lastIndex Int32
- The one-based inclusive end index in the destination.
- sourceArray Char
- The source character array.
See Also