This property is deprecated, please use GetElment and SetElement instead.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
public double this[
int rowIndex,
int colIndex
] { get; set; }public double this[
int rowIndex,
int colIndex
] { get; set; }Public Property Element (
rowIndex As Integer,
colIndex As Integer
) As Double
Get
Set
Public Property Element (
rowIndex As Integer,
colIndex As Integer
) As Double
Get
Set
public:
property double Element[int rowIndex, int colIndex] {
double get (int rowIndex, int colIndex);
void set (int rowIndex, int colIndex, double value);
}public:
property double Element[int rowIndex, int colIndex] {
double get (int rowIndex, int colIndex);
void set (int rowIndex, int colIndex, double value);
}Parameters
- rowIndex
- Type: System Int32
The zero-based row index of the matrix.
- colIndex
- Type: System Int32
The zero-based column index of the matrix.
Property Value
Type:
Double
The value of the element at the given row and column.
| Exception | Condition |
|---|
| ArgumentException |
If rowIndex or colIndex is not inside range [0,2].
|
The setter recalculates Determinant.