Sums specified nullable number values.
Namespace: MindFusion.Charting.Components
File: Component.js
SyntaxJavaScript
Copy Code
|
|---|
function add (value1, value2) |
Type: Number
The first term to sum.
Type: Number
The second term to sum.
Type: Number
A nullable number value representing the sum.
See Also