Gets or sets the value of a matrix entry.
Namespace: Meta.Numerics.MatricesAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
| C# | Visual Basic | Visual C++ | F# |
abstract Item : 'T with get, set
Return Value
The value of the r,c matrix entry.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | r or c is outside the valid range. |