CastArrayTFrom, TToAs3D Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public CastArray3D<TFrom, TTo> As3D(
int depth,
int height,
int width
)
Public Function As3D (
depth As Integer,
height As Integer,
width As Integer
) As CastArray3D(Of TFrom, TTo)
public:
CastArray3D<TFrom, TTo> As3D(
int depth,
int height,
int width
)
member As3D :
depth : int *
height : int *
width : int -> CastArray3D<'TFrom, 'TTo>
- 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.
CastArray3DTFrom,
TToA
CastArray2DTFrom, TTo instance using this
CastArrayTFrom, TTo as its underlying buffer that has the specified dimensions.