Click or drag to resize

FortranLibINDEX(Characters, String) Method

Returns the one-based position of the first occurrence of a substring in a Characters instance.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int INDEX(
	Characters chars,
	string value
)

Parameters

chars  Characters
The character sequence to search.
value  String
The substring to find.

Return Value

Int32
The one-based position of the first occurrence, or zero if none exists.
See Also