Show / Hide Table of Contents

Class ExifFloatArray

Represents an array of 32-bit floating numbers. (EXIF Specification: FLOAT with count > 1)

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

Constructors

| Improve this Doc View Source

ExifFloatArray(ExifTag, Single[])

Declaration
public ExifFloatArray(ExifTag tag, float[] value)
Parameters
Type Name Description
ExifTag tag
System.Single[] value

Fields

| Improve this Doc View Source

mValue

Declaration
protected float[] mValue
Field Value
Type Description
System.Single[]

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

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(ExifFloatArray to Single[])

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