XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


ssclib (ssclib-4.30) [xmmsas_20160201_1833-15.0.0]

orRangePair Routines which act on Routines which act on Home Index

Meta Index / Home Page / DSS utilities / Routines which act on

valueIsWithinRange

Returns TRUE if the value is within the specified range.

  logical(bool) function valueIsWithinRangeSingle(value, range)
    real(single), intent(in) :: value
    type(RangeT), intent(in) :: range
  end function valueIsWithinRangeSingle

  logical(bool) function valueIsWithinRangeInt32(value, range)
    integer(int32), intent(in) :: value
    type(RangeT), intent(in) :: range
  end function valueIsWithinRangeInt32



XMM-Newton SOC/SSC -- 2016-02-01