Click or drag to resize

FortranLibLEN_TRIM(Characters) Method

Returns the length of the character sequence without trailing blanks.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int LEN_TRIM(
	Characters chars
)

Parameters

chars  Characters
The character sequence to examine.

Return Value

Int32
The trimmed length.
See Also