FortranLibLEN_TRIM(Characters) Method |
Returns the length of the character sequence without trailing blanks.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int LEN_TRIM(
Characters chars
)
Parameters
- chars Characters
- The character sequence to examine.
Return Value
Int32The trimmed length.
See Also