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