getValue abstract method

num? getValue(
  1. S series,
  2. C category
)

Get value of the specified series and category. series - the series category - the category.

Implementation

num? getValue(S series, C category);