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
override GetXmpRepresentation()Gets the string contained value in XMP format.

See Also