XmpReal

XmpReal(double)

Initializes a new instance of the XmpReal class.

public XmpReal(double value)
Parameter Type Description
value Double Double value.

See Also


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 could not be null.
ArgumentException Invalid value. Should be double.

See Also