normalize abstract method

N normalize(
  1. N value
)

Normalize value to this scale (in the range 0..1)

Implementation

N normalize(N value);