←Select platform

FromSingle Method

Summary

Sets the tag data to the specified single precision values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void FromSingle( 
   float[] value 
) 
Public Sub FromSingle( _ 
   ByVal value() As Single _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly