Array2DT Conversion (Array2DT to SpanT)
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static implicit operator Span<T> (
Array2D<T> array
)
Public Shared Widening Operator CType (
array As Array2D(Of T)
) As Span(Of T)
static implicit operator Span<T> (
Array2D<T> array
)
F# does not support the declaration of new casting operators.
- array Array2DT
- The Array2DT to be converted to a SpanT.
SpanT
A
SpanT instance that represents the specified
Array2DT.