Class FloatElectricalResistance

All Implemented Interfaces:
Serializable, Cloneable, Comparable<FloatElectricalResistance>, Relative<ElectricalResistanceUnit,FloatElectricalResistance>, Value<ElectricalResistanceUnit,FloatElectricalResistance>

@Generated(value="org.djunits.generator.GenerateDJUNIT", date="2023-07-23T14:06:38.224104100Z") public class FloatElectricalResistance extends FloatScalarRel<ElectricalResistanceUnit,FloatElectricalResistance>
Easy access methods for the FloatElectricalResistance FloatScalar, which is relative by definition.

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

Author:
Alexander Verbraeck, Peter Knoppers
See Also:
  • Field Details

  • Constructor Details

    • FloatElectricalResistance

      public FloatElectricalResistance(float value, ElectricalResistanceUnit unit)
      Construct FloatElectricalResistance scalar.
      Parameters:
      value - the float value
      unit - unit for the float value
    • FloatElectricalResistance

      public FloatElectricalResistance(FloatElectricalResistance value)
      Construct FloatElectricalResistance scalar.
      Parameters:
      value - Scalar from which to construct this instance
    • FloatElectricalResistance

      public FloatElectricalResistance(double value, ElectricalResistanceUnit unit)
      Construct FloatElectricalResistance scalar using a double value.
      Parameters:
      value - the double value
      unit - unit for the resulting float value
  • Method Details