ILNumerics Ultimate VS

BufferT Properties

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The BufferT generic type exposes the following members.

Properties

  NameDescription
Public propertyBufferType (Inherited from BufferBase.)
Public propertyDataCount
Number of data vectors (columns)

[ILNumerics Visualization Engine]

(Overrides BufferBaseDataCount.)
Public propertyDataLength
Dimensionality of a single date in this buffer (number of rows or length of each vector)

[ILNumerics Visualization Engine]

(Overrides BufferBaseDataLength.)
Public propertyID (Inherited from BufferBase.)
Public propertyIsDisposed (Overrides BufferBaseIsDisposed.)
Public propertyIsEmpty (Overrides BufferBaseIsEmpty.)
Public propertyStorage
returns a copy(!) of the buffers array storage, using a lazy-copy-on-write scheme. Use Update() for modifications!

[ILNumerics Visualization Engine]

Top
See Also

Reference