Namespace: Rx – Class: IMemoryAccess – Header: Rx.Core/IMemoryAccess.h

IMemoryAccess::Length Method

C++
virtual size_t Length()

Gets the number of elements in the memory block. The total number of bytes allocated by the memory block is given by the length times the element size.

Returns

size_t

The size in bytes.