Class XmpReal
XmpReal class
Represents XMP Real.
public sealed class XmpReal : XmpTypeBase
Constructors
Name | Description |
---|
XmpReal(float) | Initializes a new instance of the XmpReal class. |
XmpReal(string) | Initializes a new instance of the XmpReal class. |
Properties
Name | Description |
---|
Value { get; set; } | Gets or sets float the value. |
Methods
Name | Description |
---|
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