[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifDouble

ExifDouble Class

Represents an Exif field with double-precision floating-point numbers.

Inheritance
ExifDouble
Implements
Namespace: GrapeCity.Documents.Imaging.Exif
Assembly: DS.Documents.Imaging.dll
Syntax
public class ExifDouble : ExifValue, IComparable<ExifValue>
Public Class ExifDouble
    Inherits ExifValue
    Implements IComparable(Of ExifValue)

Properties

Name Description
DataType

Gets the Exif data type of a value.

Value

Gets the value of type Double.

Values

Gets the array of double-precision floating-point numbers.

Methods

Name Description
Equals(ExifDouble)

Determines if the specified ExifDouble is equal to the current one.

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Returns a hash code for the current object.

ToString()

Returns a string that represents the current object.

Operators

Name Description
operator ==(ExifDouble, ExifDouble)

Compares two ExifDouble objects for equality.

operator !=(ExifDouble, ExifDouble)

Compares two ExifDouble objects for inequality.