Namespace: Rx – Class: CRxArray2DInt – Header: Rx.Core.Ex/RxArray2DInt.h

CRxArray2DInt::GetElementSize Method

C++
virtual size_t GetElementSize()

Gets the element size. The memory block is made up of blocks of the given number of bytes. The function Length() returns the number of elements in the memory block, where each element is of the size given in GetElementSize(). For example, an array of 10 doubles has element size 8 and length 10.

Returns

size_t

The element size in bytes.