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