[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifFloat

ExifFloat Class

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

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

Properties

Name Description
DataType

Gets the Exif data type of a value.

Value

Gets the value of type Single.

Values

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

Methods

Name Description
Equals(ExifFloat)

Determines if the specified ExifFloat 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 ==(ExifFloat, ExifFloat)

Compares two ExifFloat objects for equality.

operator !=(ExifFloat, ExifFloat)

Compares two ExifFloat objects for inequality.