[ROOT] / doc / tocInheritance / FunctionKey / FunctionKeyInt
Rounds a double value to the nearest integer (uses .NET data type Int64 (long)).
(formulae used is: '(long)(dbl + .5)').
TODO: Throws exception if double value is too big. Fix this (do not return any value in such a case maybe?)
See SyntaxHelp.
Generated 2025-10-06 18:17:51.725 UTC