ILNumerics Ultimate VS

Buffer<T> Properties

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The Buffer<T> generic type exposes the following members.

Properties

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

[ILNumerics Visualization Engine]

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

[ILNumerics Visualization Engine]

(Overrides BufferBase.DataLength.)
Public propertyID (Inherited from BufferBase.)
Public propertyIsDisposed (Overrides BufferBase.IsDisposed.)
Public propertyIsEmpty (Overrides BufferBase.IsEmpty.)
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