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