round(intensity * Multiplier) where Multiplier is 100.0 for FZ tags, and 256.0 for ZM tags. More efficient, because this is how intensities are stored in FZ/ZM tag.
See Implementation
round(intensity * Multiplier) where Multiplier is 100.0 for FZ tags, and 256.0 for ZM tags. More efficient, because this is how intensities are stored in FZ/ZM tag.