Skip to main content

pamoja_window_range

Function pamoja_window_range 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_window_range( window: *const PamojaWindow, out_value: *mut f32, ) -> bool
Expand description

Reads the spread between a window’s smallest and largest readings.

§Returns

true when the window holds a reading, with the range written to out_value.

§Safety

window must be a live handle or null, and out_value must point to a writable float.