←Select platform

FromDouble Method

Summary

Sets the tag data to the specified double precision values.

Syntax
C#
VB
Objective-C
C++
Java
public void FromDouble( 
   double[] value 
) 
Public Sub FromDouble( _ 
   ByVal value() As Double _ 
)  
- (void)fromDouble:(const double *)buffer itemCount:(NSUInteger)count 
public void fromDouble(double[] value) 
public: 
void FromDouble(  
   array<double>^ value 
)  

Parameters

value
The data to set.

Example

For an example, refer to RasterTagMetadata

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly