Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeMatrix2d::() Operator (int, int)
Syntax
C++
double& operator ()(int row, int column);

References matrix.entry[row][column] as matrix(row,column). 

 

Parameters
Description
row
[in] Row.
column
[in] Column.

Reference to the matrix element.

Copyright © 2002-2022. Open Design Alliance All rights reserved.