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

Type: Number
The first term to sum.

value2

Type: Number
The second term to sum.

 Return Value

Type: Number
A nullable number value representing the sum.

 See Also