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