[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Führt eine implizite Umwandlung von
Matrix<(Of <(<'T>)>)> in ein 2D-Array durch.
Diese Umwandlung ist langsam, weil die Elemente kopiert werden müssen.
Namespace: DynamicNode.Types.BaseAssembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Syntax
C# |
---|
public static implicit operator T[,] (
Matrix<T> source
) |
Visual Basic |
---|
Public Shared Widening Operator CType ( _
source As Matrix(Of T) _
) As T(,) |
F# |
---|
F# does not support the declaration of new casting operators. |
Return Value
Das Ergebnis der Umwandlung.
See Also