Method Disconnect
Disconnect(int)
Disconnects the specified input from this matrix output.
public void Disconnect(int inputIndex)
Parameters
inputIndex
intThe zero-based index of the matrix input.
Exceptions
- ArgumentOutOfRangeException
The specified input index is not in the range [0, MaxInputs-1].