![]() |
Matrix. Copy Method |
Name | Description | |
---|---|---|
![]() ![]() | Copy<T>(T[,]) |
Creates a memberwise copy of a matrix. Matrix elements
themselves are copied only in a shallow manner (i.e. not cloned).
|
![]() ![]() | Copy<T>(T[][]) |
Creates a member-wise copy of a jagged matrix. Matrix elements
themselves are copied only in a shallowed manner (i.e. not cloned).
|