public abstract class DoubleFunction extends Object
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Constructor and Description |
---|
DoubleFunction() |
Modifier and Type | Method and Description |
---|---|
abstract double |
apply(double argument)
Applies a function to an argument.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.