Class ClampRTIndicator

All Implemented Interfaces:
Resettable, RTIndicator

public class ClampRTIndicator extends TransformRTIndicator
Clamp a RTIndicator's value to a fixed range
  • Constructor Details

    • ClampRTIndicator

      public ClampRTIndicator(@NonNull @NonNull RTIndicator indicator, @NonNull @NonNull Number minRange, @NonNull @NonNull Number maxRange)
  • Method Details

    • getMinRange

      public double getMinRange()
    • getMaxRange

      public double getMaxRange()