pub fn write(
band: &mut Band,
col: usize,
row: usize,
width: usize,
value: f64,
) -> boolExpand 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.