Gets tag data of type Double.
'Declaration
Public Function GetTagDouble() As Double()
'Usage
Dim instance As ImageXTag
Dim value() As Double
value = instance.GetTagDouble()
Return Value
A double-precision floating point value which represents the tag data.