| Dense | 
 Syntax
Syntaxpublic static DenseVector operator +( DenseVector leftSide, DenseVector rightSide )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentException | If leftSide and rightSide are not the same size. | 
| ArgumentNullException | If leftSide or rightSide is . | 
 See Also
See Also