Show / Hide Table of Contents

Class ExifURationalArray

Represents an array of unsigned rational numbers. (EXIF Specification: RATIONAL with count > 1)

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

Constructors

| Improve this Doc View Source

ExifURationalArray(ExifTag, MathEx.UFraction32[])

Declaration
public ExifURationalArray(ExifTag tag, MathEx.UFraction32[] value)
Parameters
Type Name Description
ExifTag tag
MathEx.UFraction32[] value

Fields

| Improve this Doc View Source

mValue

Declaration
protected MathEx.UFraction32[] mValue
Field Value
Type Description
MathEx.UFraction32[]

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 MathEx.UFraction32[] Value { get; set; }
Property Value
Type Description
MathEx.UFraction32[]

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

Explicit(ExifURationalArray to Single[])

Declaration
public static explicit operator float[](ExifURationalArray obj)
Parameters
Type Name Description
ExifURationalArray obj
Returns
Type Description
System.Single[]
Back to top Copyright © 2019 Özgür Özçıtak