ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPReal Class / ImGearXMPReal Constructor / ImGearXMPReal Constructor(Double)
Double value.




In This Topic
    ImGearXMPReal Constructor(Double)
    In This Topic
    Initializes a new instance of the ImGearXMPReal class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Double _
    )
    'Usage
     
    Dim value As Double
     
    Dim instance As New ImGearXMPReal(value)
    public ImGearXMPReal( 
       double value
    )
    public: ImGearXMPReal( 
       double value
    )
    public:
    ImGearXMPReal( 
       double value
    )

    Parameters

    value
    Double value.

    Return Value

    New instance of ImGearXMPReal class object.
    Remarks
    This constructor creates and initializes an instance of ImGearXMPReal class by using a double value.
    See Also