Show / Hide Table of Contents

Class ExifDouble

Represents a 64-bit floating number. (EXIF Specification: DOUBLE)

Inheritance
System.Object
ExifProperty
ExifDouble
Inherited Members
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class ExifDouble : ExifProperty

Constructors

| Improve this Doc View Source

ExifDouble(ExifTag, Double)

Declaration
public ExifDouble(ExifTag tag, double value)
Parameters
Type Name Description
ExifTag tag
System.Double value

Fields

| Improve this Doc View Source

mValue

Declaration
protected double mValue
Field Value
Type Description
System.Double

Properties

| Improve this Doc View Source

_Value

Declaration
protected override object _Value { get; set; }
Property Value
Type Description
System.Object
Overrides
ExifProperty._Value
| Improve this Doc View Source

Interoperability

Declaration
public override ExifInterOperability Interoperability { get; }
Property Value
Type Description
ExifInterOperability
Overrides
ExifProperty.Interoperability
| Improve this Doc View Source

Value

Declaration
public double Value { get; set; }
Property Value
Type Description
System.Double

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Operators

| Improve this Doc View Source

Implicit(ExifDouble to Double)

Declaration
public static implicit operator double (ExifDouble obj)
Parameters
Type Name Description
ExifDouble obj
Returns
Type Description
System.Double
Back to top Copyright © 2019 Özgür Özçıtak