[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Führt eine implizite Umwandlung eines 3D-Arrays nach Matrix3D<(Of <(<'T>)>)> durch.

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

Syntax

C#
public static implicit operator Matrix3D<T> (
	T[,,] source
)
Visual Basic
Public Shared Widening Operator CType ( _
	source As T(,,) _
) As Matrix3D(Of T)
F#
F# does not support the declaration of new casting operators.

Parameters

source
Type: array<T,3>[,](,)[,][,]
Ein 3D-Array.

Return Value

Das Ergebnis der Umwandlung.

See Also