XmpReal constructor

init

Initializes a new instance of the XmpReal class.

def __init__(self, value):
    ...
ParameterTypeDescription
valuefloatFloat value.

init

Initializes a new instance of the XmpReal class.

def __init__(self, value):
    ...
ParameterTypeDescription
valuestrThe value.

Exceptions

ExceptionDescription
ArgumentNullExceptionvalue is null.
ArgumentExceptionInvalid value. Should be float.

See Also