Makes a shallow copy of this
Matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function ShallowCopy As Matrix |
| Visual C++ |
|---|
public:
Matrix^ ShallowCopy() |
| F# |
|---|
member ShallowCopy : unit -> Matrix
|
Return Value
A reference to the new
Matrix.
Remarks
See Also