LEADTOOLS (Leadtools assembly)

FromSingle Method

Show in webframe







The data to set.
Sets the tag data to the specified single precision values.
Syntax
public void FromSingle( 
   float[] value
)
'Declaration
 
Public Sub FromSingle( _
   ByVal value() As Single _
) 
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As Single
 
instance.FromSingle(value)
public void FromSingle( 
   float[] value
)
-(void)fromSingle:(const float*)buffer 
        itemCount:(unsigned int)itemCount;
            
public void fromSingle(float[] value)
 function Leadtools.RasterTagMetadata.FromSingle( 
   value 
)
public:
void FromSingle( 
   array<float>^ 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.