Values¶
-
double[, ] IMatrix.Values { get; set; }¶
Gets or sets the matrix values.
- Value
double[,] – Matrix values where first and second dimension represent row and column indices respectively.
- Throws
InvalidArgumentException
– Argument dimensions do not match with matrix dimensions.InvalidArgumentException
– Invalid matrix value (NaN).CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException
– Object is disposed.