Function rust_htslib::htslib::bam_aux2f [] [src]

pub unsafe extern "C" fn bam_aux2f(s: *const u8) -> f64

Get an integer aux value ** @param s Pointer to the tag data, as returned by bam_aux_get() @return The value, or 0 if the tag was not an integer type If the tag is not an numeric type, errno is set to EINVAL. The value of integer flags will be returned cast to a double. */