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

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

Syntax

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

Return Value

Eine Kopie der Matrix.

See Also