get_value
Description:
[
Version ( since =
"1.0" ) ]
public float get_value (
uint row,
uint col)
Retrieves the value at the given row
and col
index.
Parameters:
this |
a Matrix
|
row |
the row index
|
col |
the column index
|
Returns:
the value at the given indices
|