Close

Relief for ODA Team in Ukraine

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

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

 

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

Matrix element.

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