Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromSingle Method








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

Error processing SSI file