pub fn fp_to_i16(fp: FixedPoint) -> i16Expand description
Convert a fixed-point 16.16 value back to signed 16-bit with saturation
Extracts the integer portion (upper 16 bits) and clamps to i16 range.
pub fn fp_to_i16(fp: FixedPoint) -> i16Convert a fixed-point 16.16 value back to signed 16-bit with saturation
Extracts the integer portion (upper 16 bits) and clamps to i16 range.