FortranLibCopy(Characters, Int32, Int32, Characters) Method |
Copies one
Characters value into another 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(
Characters destination,
int startIndex,
int lastIndex,
Characters source
)
Parameters
- destination Characters
- The destination character sequence.
- startIndex Int32
- The one-based start index in the destination.
- lastIndex Int32
- The one-based inclusive end index in the destination.
- source Characters
- The source character sequence.
See Also