ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Update all data of this buffer.
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Parameters
- data
- Type: ILNumericsBaseArrayT
Matrix of size [DataLength x n], data as columns.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if data does not match the size requirements for this buffer. |
Remarks
If data is null or empty, all entries in this buffer will be deleted.
If datas size does not match the size requirements for this buffer but the transposed version of data does (transpose: exchange both dimensions of a matrix) then the transposed version of data is used to update this buffer.
[ILNumerics Visualization Engine]
See Also