Skip to main content

pamoja_window_max

Function pamoja_window_max 

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

Reads the largest reading in a window.

§Returns

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

§Safety

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