[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifDouble

Class ExifDouble

Namespace
GrapeCity.Documents.Imaging.Exif
Assembly
GcDocs.Imaging.dll

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

public class ExifDouble : ExifValue, IComparable<ExifValue>
Inheritance
object
ExifDouble
Implements
System.IComparable<T><ExifValue>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

DataType

Gets the Exif data type of a value.

public override ExifDataType DataType { get; }

Property Value

ExifDataType

Value

Gets the value of type Double.

public double Value { get; }

Property Value

double

Values

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

public double[] Values { get; }

Property Value

double[]

Methods

Equals(ExifDouble)

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

public bool Equals(ExifDouble other)

Parameters

other ExifDouble

Returns

bool

Equals(object)

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

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

Returns a hash code for the current object.

public override int GetHashCode()

Returns

int

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

Operators

operator ==(ExifDouble, ExifDouble)

Compares two ExifDouble objects for equality.

public static bool operator ==(ExifDouble left, ExifDouble right)

Parameters

left ExifDouble
right ExifDouble

Returns

bool

operator !=(ExifDouble, ExifDouble)

Compares two ExifDouble objects for inequality.

public static bool operator !=(ExifDouble left, ExifDouble right)

Parameters

left ExifDouble
right ExifDouble

Returns

bool