XmpReal constructor
init
Initializes a new instance of the XmpReal class.
def __init__(self, value):
...
| Parameter | Type | Description |
|---|---|---|
| value | float | Float value. |
init
Initializes a new instance of the XmpReal class.
def __init__(self, value):
...
| Parameter | Type | Description |
|---|---|---|
| value | str | The value. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentNullException | value is null. |
| ArgumentException | Invalid value. Should be float. |
See Also
- module
aspose.cad.xmp.types.basic - class
XmpReal