Interface FloatFunction


  • public interface FloatFunction
    DoubleFunction carries out a specific transformation function on a float value.

    Copyright (c) 2019-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
    BSD-style license. See DJUNITS License.

    Author:
    Alexander Verbraeck
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float apply​(float value)
      Carry out a specific transformation function on a float value.
    • Method Detail

      • apply

        float apply​(float value)
        Carry out a specific transformation function on a float value.
        Parameters:
        value - float; the value to transform
        Returns:
        float; the transformed value