Matrix.getValue

Retrieves the value at the given @row and @col index.

class Matrix
float
getValue
(
uint row
,
uint col
)

Parameters

row uint

the row index

col uint

the column index

Return Value

Type: float

the value at the given indices

Meta