CastArrayTFrom, TToAs2D Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public CastArray2D<TFrom, TTo> As2D(
int height,
int width
)
Public Function As2D (
height As Integer,
width As Integer
) As CastArray2D(Of TFrom, TTo)
public:
CastArray2D<TFrom, TTo> As2D(
int height,
int width
)
member As2D :
height : int *
width : int -> CastArray2D<'TFrom, 'TTo>
- height Int32
- The height of the array to be returned.
- width Int32
- The width of the array to be returned.
CastArray2DTFrom,
TToA
CastArray2DTFrom, TTo instance using this
CastArrayTFrom, TTo as its underlying buffer that has the specified dimensions.