public final class TiffDoubleTag extends TiffArrayTag<Double>
Represents a TIFF Double tag.
| Constructor and Description |
|---|
TiffDoubleTag(TiffTagID tagID,
double[] value)
Initializes a new instance of the
TiffDoubleTag class. |
getTagValuegetTagID, getTagTypegetDescriptor, getInterpretedValue, getName, getTags, getValuepublic TiffDoubleTag(TiffTagID tagID, double[] value)
Initializes a new instance of the TiffDoubleTag class.
tagID - The tag identifier.value - The value.Copyright © 2026. All rights reserved.