Click or drag to resize

FortranLibSCAN(Characters, String) Method

Scans a Characters instance from left to right 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
)

Parameters

charArray  Characters
The character sequence to scan.
set  String
The set of characters to search for.

Return Value

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