Gets or sets the specified element in this
matrix.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Default Property Item ( _
row As Integer, _
column As Integer _
) As Double
Get
Set
|
| F# |
member Item : float with get, set
|
Parameters
-
row
- Type: System..::..Int32
The zero-based row index of
the element to get or set.
-
column
- Type: System..::..Int32
The zero-based column index of
the element to get or set.
Field Value
The element of the
Matrix in the
columnth column of the
rowth row.
Exceptions
See Also