|  | DoubleComplexMatrixIncrement Method | 
            Adds the specified value to each element in the matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleComplexMatrix Increment(
	DoubleComplex s
)
Public Function Increment ( 
	s As DoubleComplex
) As DoubleComplexMatrix
public:
DoubleComplexMatrix^ Increment(
	DoubleComplex s
)
member Increment : 
        s : DoubleComplex -> DoubleComplexMatrix Parameters
- s  DoubleComplex
- Increment.
Return Value
DoubleComplexMatrixThis matrix.
 Remarks
Remarks
            Does not copy the data.
            
 See Also
See Also