ILNumerics - Technical Application Development 
 
Top
 
The BufferT generic type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BufferType | (Inherited from BufferBase.) | |
| DataCount | 
            Number of data vectors (columns)
              (Overrides BufferBaseDataCount.)[ILNumerics Visualization Engine]  | |
| DataLength | 
            Dimensionality of a single date in this buffer (number of rows or length of each vector)
              (Overrides BufferBaseDataLength.)[ILNumerics Visualization Engine]  | |
| ID | (Inherited from BufferBase.) | |
| IsDisposed | (Overrides BufferBaseIsDisposed.) | |
| IsEmpty | (Overrides BufferBaseIsEmpty.) | |
| Storage | 
            returns a copy(!) of the buffers array storage, using a lazy-copy-on-write scheme. Use Update() for modifications!
             [ILNumerics Visualization Engine]  | 
See Also