XmpReal.XmpReal
XmpReal(float)
Initializes a new instance of the XmpReal class.
public XmpReal(float value)
| Parameter | Type | Description |
|---|---|---|
| value | Single | Float value. |
See Also
- class XmpReal
- namespace Aspose.PSD.Xmp.Types.Basic
- assembly Aspose.PSD
XmpReal(string)
Initializes a new instance of the XmpReal class.
public XmpReal(string value)
| Parameter | Type | Description |
|---|---|---|
| value | String | The value. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | value is null. |
| ArgumentException | Invalid value. Should be float. |
See Also
- class XmpReal
- namespace Aspose.PSD.Xmp.Types.Basic
- assembly Aspose.PSD