Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToSingle Method








Converts the tag data to an array of single precision values.
Syntax
public float[] ToSingle()
'Declaration
 
Public Function ToSingle() As Single()
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As Single
 
value = instance.ToSingle()
public float[] ToSingle()
- (void)toSingle:(float *)buffer itemCount:(NSUInteger)count
public float[] toSingle()
 function Leadtools.RasterTagMetadata.ToSingle()
public:
array<float>^ ToSingle(); 

Return Value

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

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

Error processing SSI file