C#
VB
Java
Objective-C
WinRT C#
C++
Sets the tag data to the specified single precision values.
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
)
value
The data to set.
For an example, refer to RasterTagMetadata
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET