Array3DTTo3DArray Method
Copies the elements of this
Array3DT to a new three-dimensional array.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public T[,,]? To3DArray()
Public Function To3DArray As T(,,)
public:
array<T,3>^ To3DArray()
member To3DArray : unit -> 'T[,,]
Return Value
TAn array containing copies of the elements of this
Array3DT,
or
if
IsNull is
.