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: DotNumerics.FortranLibrary
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static char[] Substring(
	char[] s,
	int startIndex,
	int lastIndex
)
Request Example View Source

Parameters

s  Char
startIndex  Int32
lastIndex  Int32

Return Value

Char
See Also