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