public interface FloatMapFunction
float to another float, applying some sort of function to it.
Because this function does not need to box primitive float values into Float values
it may be much faster than MapFunction<Float>.
Date: Aug 27, 2010
Time: 10:44:04 PMDistanceFunction,
AggregateFunction,
MapFunction| Modifier and Type | Method and Description |
|---|---|
float |
map(float data)
Maps a float to a new float.
|
Copyright © 2011–2020 tagtraum industries incorporated. All rights reserved.