[ROOT] / doc / tocNamespace / ARCQuery / FunctionKeyInt / __TOCDet

KeyValue
AssemblyARCQuery
DocFragTypeClass
NameFunctionKeyInt
NamespaceARCQuery
TypeFunctionKeyInt

ClassAttribute

KeyValue
AssemblyNameARCQuery
BaseTypesFunctionKey
ClassNamespaceARCQuery
ClassTypeFunctionKeyInt
InterfacesITypeDescriber; -IEquatable<FunctionKey>-

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.

Edit


Generated 2024-06-17 16:35:21.231 UTC