scale abstract method

T scale(
  1. T a,
  2. num f
)

Computes the multiplicative scaling: a * f.

Implementation

T scale(T a, num f);