ILNumerics Ultimate VS

BufferTUpdate Method (BaseArrayT)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public virtual void Update(
	BaseArray<T> data
)

Parameters

data
Type: ILNumericsBaseArrayT
Matrix of size [DataLength x n], data as columns.
Exceptions

ExceptionCondition
ArgumentExceptionif 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

Reference