CastArray3DTFrom, TTo(ArraySectionTFrom, Int32, Int32, Int32) Constructor
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public CastArray3D(
ArraySection<TFrom> buffer,
int depth,
int height,
int width
)
Public Sub New (
buffer As ArraySection(Of TFrom),
depth As Integer,
height As Integer,
width As Integer
)
public:
CastArray3D(
ArraySection<TFrom> buffer,
int depth,
int height,
int width
)
new :
buffer : ArraySection<'TFrom> *
depth : int *
height : int *
width : int -> CastArray3D
Parameters
- buffer ArraySectionTFrom
- The desired underlying buffer for the CastArray3DTFrom, TTo instance to be created.
It must have sufficient capacity for the specified dimensions.
- depth Int32
- The depth of the array to be created.
- height Int32
- The height of the array to be created.
- width Int32
- The width of the array to be created.