Class FloatJerk

All Implemented Interfaces:
Serializable, Cloneable, Comparable<FloatJerk>, Relative<JerkUnit,FloatJerk>, Value<JerkUnit,FloatJerk>

public class FloatJerk extends FloatScalarRel<JerkUnit,FloatJerk>
JerkScalar as a test of a user-defined scalar.

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

Author:
Alexander Verbraeck
See Also:
  • Constructor Details

    • FloatJerk

      public FloatJerk(float value, JerkUnit unit)
      Parameters:
      value - the value expressed in the unit
      unit - the unit to use
    • FloatJerk

      public FloatJerk(FloatJerk value)
      Parameters:
      value - the value to instantiate / duplicate
  • Method Details