Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public virtual ComplexMatrix CopyTo(
ComplexMatrix matrix
)
Public Overridable Function CopyTo (
matrix As ComplexMatrix
) As ComplexMatrix
public:
virtual ComplexMatrix^ CopyTo(
ComplexMatrix^ matrix
)
abstract CopyTo :
matrix : ComplexMatrix -> ComplexMatrix
override CopyTo :
matrix : ComplexMatrix -> ComplexMatrix
Parameters
- matrix
- Type: Extreme.MathematicsComplexMatrix
The ComplexMatrix whose
components are to be set.
Return Value
Type:
ComplexMatrixA reference to the destination matrix.
Exception | Condition |
---|
ArgumentNullException | matrix is .
|
DimensionMismatchException | The
number of rows of matrix is less than
the number of rows of this instance.
-or- The number of columns of matrix is less than
the number of columns of this instance. |
Numerical Libraries
Supported in: 5.x, 4.x
Reference