Value.Add

This function calculates the addition of value1 and value2. Users have the option to specify a precision parameter, with the default being Precision.Double.

Syntax

Value.Add(value1 as any, value2 as any, optional precision as nullable number) as any

About

This function calculates the addition of value1 and value2. Users have the option to specify a precision parameter, with the default being Precision.Double.