public final class TiffFloatTag extends TiffArrayTag<Float>
Represents a TIFF float tag.
Constructor and Description |
---|
TiffFloatTag(TiffTagID tagID,
float[] value)
Initializes a new instance of the
TiffFloatTag class. |
getTagValue
getTagID, getTagType
getDescriptor, getInterpretedValue, getName, getTags, getValue
public TiffFloatTag(TiffTagID tagID, float[] value)
Initializes a new instance of the TiffFloatTag
class.
tagID
- The tag identifier.value
- The value.