Click or drag to resize

FortranLibSubstring(Char, Int32, Int32) Method

Retrieves a substring . The substring starts at a specified character position and finisch a specified position.

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

Parameters

s  Char

[Missing <param name="s"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.FortranLib.Substring(System.Char[],System.Int32,System.Int32)"]

startIndex  Int32

[Missing <param name="startIndex"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.FortranLib.Substring(System.Char[],System.Int32,System.Int32)"]

lastIndex  Int32

[Missing <param name="lastIndex"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.FortranLib.Substring(System.Char[],System.Int32,System.Int32)"]

Return Value

Char

[Missing <returns> documentation for "M:Altaxo.Calc.Ode.Obsolete.FortranLib.Substring(System.Char[],System.Int32,System.Int32)"]

See Also