Search
Component.add Method
See Also
 






Sums specified nullable double values.

Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components

 Syntax

Java  Copy Code

protected static Double add (
    Double value1,
    Double value2
)

 Parameters

value1

The first term to sum.

value2

The second term to sum.

 Return Value

A nullable double value representing the sum.

 See Also