ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Positions buffer with elements of A.
Conversion operator allowing the direct assignment of Array<float> to members/ variables of type PositionsBuffer.
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Parameters
- A
- Type: ILNumericsBaseArraySingle
Source array of element type Single.
Return Value
Type: PositionsBufferPositions buffer with elements of A.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if A does not have 3 rows. |
Remarks
A must have exactly 3 rows.
Assigning an empty array or null clears all elements of this buffer.
[ILNumerics Visualization Engine]
See Also