Struct tiff_encoder::tiff_type::DOUBLE [−][src]
pub struct DOUBLE(pub f64);
Double precision (8-byte) IEEE format.
Methods
impl DOUBLE[src]
impl DOUBLEpub fn values(values: Vec<f64>) -> TiffTypeValues<DOUBLE>[src]
pub fn values(values: Vec<f64>) -> TiffTypeValues<DOUBLE>Constructs a TiffTypeValues of DOUBLEs from a vector of
f64.
pub fn single(value: f64) -> TiffTypeValues<DOUBLE>[src]
pub fn single(value: f64) -> TiffTypeValues<DOUBLE>Constructs a TiffTypeValues consisting of a single DOUBLE.
In other words, marks this DOUBLE as the single value of its
field.