LEADTOOLS (Leadtools assembly)

FromDouble Method

Show in webframe







The data to set.
Sets the tag data to the specified double precision values.
Syntax
public void FromDouble( 
   double[] value
)
'Declaration
 
Public Sub FromDouble( _
   ByVal value() As Double _
) 
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As Double
 
instance.FromDouble(value)
public void FromDouble( 
   double[] value
)
-(void)fromDouble:(const double*)buffer 
        itemCount:(unsigned int)itemCount;
            
public void fromDouble(double[] value)
 function Leadtools.RasterTagMetadata.FromDouble( 
   value 
)
public:
void FromDouble( 
   array<double>^ value
) 

Parameters

value
The data to set.
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.