Value.Add
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.
यह ब्राउज़र अब समर्थित नहीं है.
नवीनतम सुविधाओं, सुरक्षा अपडेट और तकनीकी सहायता का लाभ लेने के लिए Microsoft Edge में अपग्रेड करें.
Value.Add(value1 as any, value2 as any, optional precision as nullable number) as any
Returns the sum of value1
and value2
. An optional precision
parameter may be specified, by default Precision.Double
is used.