Copies the components of this
Matrix
to another matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10055.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Function CopyTo ( _
matrix As Matrix _
) As Matrix |
Return Value
A reference to the destination matrix.
Exceptions
See Also