Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public virtual SingleComplexMatrix CopyTo(
SingleComplexMatrix matrix
)
Public Overridable Function CopyTo (
matrix As SingleComplexMatrix
) As SingleComplexMatrix
public:
virtual SingleComplexMatrix^ CopyTo(
SingleComplexMatrix^ matrix
)
abstract CopyTo :
matrix : SingleComplexMatrix -> SingleComplexMatrix
override CopyTo :
matrix : SingleComplexMatrix -> SingleComplexMatrix
Parameters
- matrix
- Type: Extreme.MathematicsSingleComplexMatrix
The SingleComplexMatrix whose
components are to be set.
Return Value
Type:
SingleComplexMatrixA 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 matrix1 is less than
the number of columns of this instance. |
Numerical Libraries
Supported in: 5.x, 4.x
Reference