Click or drag to resize

FortranLibSubstring(Char, Int32) Method

Retrieves a substring starting at a specified character position.

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

Parameters

s  Char
The source character array.
startIndex  Int32
The one-based start index of the substring.

Return Value

Char
A new character array containing the substring from startIndex to the end.
See Also