Click or drag to resize

MatrixD2DClone Method

Creates a shallow copy of this matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public MatrixD2D Clone()

Return Value

MatrixD2D
A shallow copy of this matrix.
See Also