[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt eine Kopie der X-Z-Ebene y aus 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 Matrix<T> CopyXZMatrix(
	int y
)
Visual Basic
Public Function CopyXZMatrix ( _
	y As Integer _
) As Matrix(Of T)
F#
member CopyXZMatrix : 
        y:int -> Matrix<'T> 

Parameters

y
Type: System..::..Int32
Der Index der Zeile.

Return Value

Eine X-Z-Ebene der Matrix.

See Also