public class FloatConverter extends Object
double value of appropriate integer type.
This class handles the conversion of float of 4-byte length
(bytes are assumed to be 8-bit long).
| Constructor and Description |
|---|
FloatConverter() |
| Modifier and Type | Method and Description |
|---|---|
double |
pack(ReadOnlyByteArray data,
int offset,
int length)
Implemented as specified by
BytesConverter |
public double pack(ReadOnlyByteArray data, int offset, int length)
BytesConverterdata - The byte array containing the bytes to convert.offset - The position of the first byte making up the pixel value.length - The number of bytes that make up the pixel value.BytesConverter.pack(ReadOnlyByteArray, int, int)
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.