pub fn mul(factor1: &PlacesRow, factor2: &PlacesRow) -> PlacesRow
Computes factor1 and factor2 product.
factor1
factor2
Returns PlacesRow with result.
PlacesRow