Public Member Functions | |
| logical function | dcscaledsec_lt_ss (sclsec1, sclsec2) |
| logical function | dcscaledsec_lt_si (sclsec, factor) |
| logical function | dcscaledsec_lt_is (factor, sclsec) |
Definition at line 165 of file dc_scaledsec.f90.
| logical function dc_scaledsec::operator(<)::dcscaledsec_lt_is | ( | integer, intent(in) | factor, |
| type(dc_scaled_sec), intent(in) | sclsec ) |
Compare integer with DC_SCALED_SEC (less than)
| [in] | factor | Integer value to compare |
| [in] | sclsec | DC_SCALED_SEC variable |
Definition at line 921 of file dc_scaledsec.f90.
| logical function dc_scaledsec::operator(<)::dcscaledsec_lt_si | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| integer, intent(in) | factor ) |
Compare DC_SCALED_SEC with integer (less than)
| [in] | sclsec | DC_SCALED_SEC variable |
| [in] | factor | Integer value to compare |
Definition at line 861 of file dc_scaledsec.f90.
| logical function dc_scaledsec::operator(<)::dcscaledsec_lt_ss | ( | type(dc_scaled_sec), intent(in) | sclsec1, |
| type(dc_scaled_sec), intent(in) | sclsec2 ) |
Compare two DC_SCALED_SEC variables (less than)
| [in] | sclsec1 | First DC_SCALED_SEC variable |
| [in] | sclsec2 | Second DC_SCALED_SEC variable |
Definition at line 809 of file dc_scaledsec.f90.