Public Member Functions | |
| logical function | dcscaledsec_gt_ss (sclsec1, sclsec2) |
| logical function | dcscaledsec_gt_si (sclsec, factor) |
| logical function | dcscaledsec_gt_is (factor, sclsec) |
Definition at line 159 of file dc_scaledsec.f90.
| logical function dc_scaledsec::operator(>)::dcscaledsec_gt_is | ( | integer, intent(in) | factor, |
| type(dc_scaled_sec), intent(in) | sclsec ) |
Compare integer with DC_SCALED_SEC (greater than)
| [in] | factor | Integer value to compare |
| [in] | sclsec | DC_SCALED_SEC variable |
Definition at line 749 of file dc_scaledsec.f90.
| logical function dc_scaledsec::operator(>)::dcscaledsec_gt_si | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| integer, intent(in) | factor ) |
Compare DC_SCALED_SEC with integer (greater than)
| [in] | sclsec | DC_SCALED_SEC variable |
| [in] | factor | Integer value to compare |
Definition at line 688 of file dc_scaledsec.f90.
| logical function dc_scaledsec::operator(>)::dcscaledsec_gt_ss | ( | type(dc_scaled_sec), intent(in) | sclsec1, |
| type(dc_scaled_sec), intent(in) | sclsec2 ) |
Compare two DC_SCALED_SEC variables (greater than)
| [in] | sclsec1 | First DC_SCALED_SEC variable |
| [in] | sclsec2 | Second DC_SCALED_SEC variable |
Definition at line 635 of file dc_scaledsec.f90.