T
- the type of the value that the functions operate onpublic interface MathFunctionsRel<T> extends MathFunctionsAbs<T>
Copyright (c) 2015-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2015-10-04 20:48:33 +0200 (Sun, 04 Oct 2015) $, @version $Revision: 87 $, by $Author: averbraeck $, initial
version 26 jun, 2015
Modifier and Type | Method and Description |
---|---|
T |
abs()
Set the value(s) to their absolute value.
|
T |
neg()
Set the value(s) to the minus value.
|
ceil, floor, rint, round
Copyright © 2015–2019 Delft University of Technology. All rights reserved.