public final class XmpReal extends XmpTypeBase
Represents XMP Real.
| Constructor and Description |
|---|
XmpReal(float value)
Initializes a new instance of the
XmpReal class. |
XmpReal(String value)
Initializes a new instance of the
XmpReal class. |
| Modifier and Type | Method and Description |
|---|---|
float |
getValue()
Gets or sets float the value.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
void |
setValue(float value)
Gets or sets float the value.
|
public XmpReal(float value)
Initializes a new instance of the XmpReal class.
value - Float value.public XmpReal(String value)
Initializes a new instance of the XmpReal class.
value - The value.com.aspose.ms.System.ArgumentNullException - value is null.public float getValue()
Gets or sets float the value.
Value: The float value.public void setValue(float value)
Gets or sets float the value.
Value: The float value.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation in interface IXmpTypegetXmpRepresentation in class XmpTypeBase