XmpReal Class
Contents
[
Hide
]Summary: Represents XMP Real.
Module: aspose.imaging.xmp.types.basic
Full Name: aspose.imaging.xmp.types.basic.XmpReal
Inheritance: IXmpType, XmpTypeBase
Constructors
| Name | Description |
|---|---|
| XmpReal(value) | Initializes a new instance of the XmpReal class. |
| XmpReal(value) | Initializes a new instance of the XmpReal class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| value | float | r/w | Gets or sets float the value. |
Methods
| Name | Description |
|---|---|
| clone() | Clones this instance. |
| get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: XmpReal(value)
XmpReal(value)
Initializes a new instance of the XmpReal class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | float | Float value. |
Constructor: XmpReal(value)
XmpReal(value)
Initializes a new instance of the XmpReal class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | string | Float value. |
Method: clone()
clone()
Clones this instance.
Returns
| Type | Description |
|---|---|
| System.Object | A memberwise clone. |
Method: get_xmp_representation()
get_xmp_representation()
Gets the string contained value in XMP format.
Returns
| Type | Description |
|---|---|
| string | Returns the string contained value in XMP format. |