ArraySectionTAsArray3D Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public Array3D<T> AsArray3D(
int depth,
int height,
int width
)
Public Function AsArray3D (
depth As Integer,
height As Integer,
width As Integer
) As Array3D(Of T)
public:
Array3D<T> AsArray3D(
int depth,
int height,
int width
)
member AsArray3D :
depth : int *
height : int *
width : int -> Array3D<'T>
- depth Int32
- The depth of the array to be returned.
- height Int32
- The height of the array to be returned.
- width Int32
- The width of the array to be returned.
Array3DTAn
Array3DT instance using this
ArraySectionT as its underlying buffer that has the specified dimensions.