[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt eine Kopie der Matrix zurück.

Namespace: DynamicNode.Types.Base
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)

Syntax

C#
public Matrix<T> Copy()
Visual Basic
Public Function Copy As Matrix(Of T)
F#
member Copy : unit -> Matrix<'T> 

Return Value

Eine Kopie der Matrix.

See Also