bam_aux2f

@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.

extern (C)
double
bam_aux2f
(
const(ubyte)* s
)

Meta