Skip to content
Snippets Groups Projects
Commit 1fcc499c authored by Matthew D Jones's avatar Matthew D Jones
Browse files

Re #14178 Updated the documentation with details of AutoDetect option

parent 49b93c1b
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,10 @@ otherwise. This applies to both the Number & Number Series options.
The algorithm can be forced to create a log of integer or floating point
type by using the optional NumberType property as 'Int' or 'Double'. For
example, with NumberType='Double' the log for LogText='12' would be
created as a floating point (double) rather than an integer.
created as a floating point (double) rather than an integer. NumberType defaults
to 'AutoDetect' which decides whether to use integer or floating point based
on the format of the string, e.g. LogText='12' would create an integer type
log and LogText='12.0' would create a floating point type log.
To add logs that vary over time (Time Series Logs) use :ref:`algm-AddTimeSeriesLog`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment