Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToDouble Method








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:(NSUInteger)count
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

Error processing SSI file