IMatrixEx.MemoryReserved

Syntax

MemoryReserved: Double;

Description

The MemoryReserved property returns an approximate amount of memory allocated by matrix in bytes.

Comments

An approximate memory size is based on the fact that some collections used in matrixes do not return information about the amount of used or allocated memory.

Example

The property use is given in the example for IMatrixEx.MemoryUsed.

See also:

IMatrixEx