Click or drag to resize

FortranLibCopy(Char, Int32, Char) Method

Copies characters into a destination array starting at the specified one-based index.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void Copy(
	char[] destinationArray,
	int startIndex,
	char[] sourceArray
)

Parameters

destinationArray  Char
The destination array.
startIndex  Int32
The one-based start index in the destination.
sourceArray  Char
The source character array.
See Also