Gets one element of the matrix.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
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.
Return Value
Type: DoubleThe value of the element at the given row and column.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If rowIndex or colIndex is not inside range [0,2]. |
See Also