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