(x-o) * s
codec implementation for the numcodecs
API.
c = (x-o) / s
on encoding and
d = (c*s) + o
on decoding.FixedOffsetScaleCodec
.(x-o) / s
over the elements of the input data
array.(x*s) + o
over the elements of the input data
array.(x*s) + o
over the elements of the input data
array and write
them into the out
put array.