FortranLibSCAN(Characters, String, Boolean) Method |
Scans a
Characters instance for any character contained in a given set.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Int32The one-based position of the matching character, or zero if none exists.
See Also