FortranLibINDEX(Characters, Characters) Method |
Returns the one-based position of the first occurrence of a
Characters substring in another
Characters instance.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int INDEX(
Characters chars,
Characters value
)
Parameters
- chars Characters
- The character sequence to search.
- value Characters
- The substring to find.
Return Value
Int32The one-based position of the first occurrence, or zero if none exists.
See Also