Search
Component.add Method
See Also
 






Sums specified nullable number values.

Namespace: MindFusion.Charting.Components
File: Component.js

 Syntax

JavaScript  Copy Code

function add (value1, value2)

 Parameters

value1

The first term to sum.

value2

The second term to sum.

 Return Value

A nullable number value representing the sum.

 See Also