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