XmpReal constructor
__init__(self, value)
Initializes a new instance of the XmpReal class.
def __init__(self, value):
...
| Parameter | Type | Description |
|---|---|---|
| value | float | Double value. |
__init__(self, value)
Initializes a new instance of the XmpReal class.
def __init__(self, value):
...
| Parameter | Type | Description |
|---|---|---|
| value | System.String | The value. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentNullException | Value could not be null. |
| ArgumentException | Invalid value. Should be double. |
See Also
- module
groupdocs.metadata.standards.xmp - class
XmpReal