XmpReal constructor

init

Initializes a new instance of the XmpReal class.

def __init__(self, value):
    ...
Parameter Type Description
value float Double 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 could not be null.
ArgumentException Invalid value. Should be double.

See Also