Sums specified nullable double values.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected Nullable<Double> Add ( |
Visual Basic
Copy Code
|
|---|
Protected Function Add( _ |
The first term to sum.
The second term to sum.
A nullable double value representing the sum.
See Also