[ROOT] / doc / tocNamespace / ARCQuery / 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.


Details

Generated 2025-08-06 10:06:31.082 UTC