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