ImageGear .NET
ImGearXMPReal Constructor(Double,String)




Double value.
Binary representation qualifier value.
Initializes a new instance of the ImGearXMPReal class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Double, _
   ByVal binRep As String _
)
'Usage
 
Dim value As Double
Dim binRep As String
 
Dim instance As New ImGearXMPReal(value, binRep)
public ImGearXMPReal( 
   double value,
   string binRep
)
public: ImGearXMPReal( 
   double value,
   string* binRep
)
public:
ImGearXMPReal( 
   double value,
   String^ binRep
)

Parameters

value
Double value.
binRep
Binary representation qualifier 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 and a binary representation qualifier.
See Also

Reference

ImGearXMPReal Class
ImGearXMPReal Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback