Skip to main content

write

Function write 

Source
pub fn write(
    band: &mut Band,
    col: usize,
    row: usize,
    width: usize,
    value: f64,
) -> bool
Expand description

Write value into a band at (col, row). Clamps to the dtype’s valid range; rounds-to-nearest for integer types. Returns false if the coordinate is out of range OR the dtype isn’t supported.