Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
Value.Add(value1 as any, value2 as any, optional precision as nullable number) as any
About
Returns the sum of value1
and value2
. An optional precision
parameter may be specified, by default Precision.Double
is used.