@ElementReaderMetadata(name="Number (float)", elementType=DoubleElement.class, processedType=java.lang.Float.class, hidden=false) public class DoubleToFloatReader extends Object implements ElementReader<DoubleElement,Float>
| Constructor and Description |
|---|
DoubleToFloatReader() |
| Modifier and Type | Method and Description |
|---|---|
Float |
read(DoubleElement elementToRead)
Convert "underlying" data to "processed" data.
|
public Float read(DoubleElement elementToRead) throws SlideSetException
ElementReaderread in interface ElementReader<DoubleElement,Float>elementToRead - The DataElement containing
the "underlying" data which should be translated.SlideSetExceptionCopyright © 2023. All rights reserved.