XmpReal

XmpReal constructor (1 of 2)

Initializes a new instance of the XmpReal class.

public XmpReal(float value)
ParameterTypeDescription
valueSingleFloat value.

See Also


XmpReal constructor (2 of 2)

Initializes a new instance of the XmpReal class.

public XmpReal(string value)
ParameterTypeDescription
valueStringThe value.

Exceptions

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

See Also