Click or drag to resize

FortranLibSCAN(Characters, String, Boolean) Method

Scans a Characters instance for any character contained in a given set.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int SCAN(
	Characters charArray,
	string set,
	bool back
)

Parameters

charArray  Characters
The character sequence to scan.
set  String
The set of characters to search for.
back  Boolean
true to scan from right to left; otherwise from left to right.

Return Value

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