I rather send that data via OCTET STRING/DisplayString. Numbers such as "1.5" can be sent easily.
However, if the data need to be accurate, you may use Kyle's suggestion by sending bytes (octets). Noticeably that is also sent via OCTET STRING as it is a perfect byte container.