Click or drag to resize

FortranLibCopy(Characters, Int32, Int32, String) Method

Copies a string into a Characters value using one-based inclusive indices.

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(
	Characters destination,
	int startIndex,
	int lastIndex,
	string 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  String
The source string.
See Also