Property this
this[int]
Gets the specified output port.
public MatrixOutput this[int index] { get; }
Parameters
index
intThe zero-based index of the output port.
Property Value
- MatrixOutput
The output port at the specified index.
Exceptions
- ArgumentOutOfRangeException
index
is less than zero. -or-index
is equal to or greater than MaxOutputs.