Class XmpReal

XmpReal class

Represents XMP Real.

public sealed class XmpReal : XmpTypeBase

Constructors

NameDescription
XmpReal(float)Initializes a new instance of the XmpReal class.
XmpReal(string)Initializes a new instance of the XmpReal class.

Properties

NameDescription
Value { get; set; }Gets or sets float the value.

Methods

NameDescription
virtual Clone()Clones this instance.
override GetXmpRepresentation()Gets the string contained value in XMP format.
override ToString()Gets this XMP data as string.

See Also