LEADTOOLS (Leadtools assembly)

ToDouble Method

Show in webframe







Converts the tag data to an array of double precision values.
Syntax
public double[] ToDouble()
'Declaration
 
Public Function ToDouble() As Double()
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As Double
 
value = instance.ToDouble()
public double[] ToDouble()
-(void)toDouble:(double*)buffer 
      itemCount:(unsigned int)itemCount;
            
public double[] toDouble()
 function Leadtools.RasterTagMetadata.ToDouble()
public:
array<double>^ ToDouble(); 

Return Value

The tag data converted to an array of double precision values.
Example
For an example, refer to RasterTagMetadata
Requirements

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.