Click or drag to resize

IntegerTextTextLength Property

Length of the text. This is the total length of the original text, plus, if the text was separated into words, the number of separator elements (which is equal to the number of words). Note that the array _text is needed to be longer than _textLength, since some additional elements are neccessary for most algorithms.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int TextLength { get; }

Property Value

Int32
See Also