Public Member Functions | |
| logical function | dcscaledsec_ge_ss (sclsec1, sclsec2) |
| logical function | dcscaledsec_ge_si (sclsec, factor) |
| logical function | dcscaledsec_ge_is (factor, sclsec) |
Definition at line 171 of file dc_scaledsec.f90.
| logical function dc_scaledsec::operator(>=)::dcscaledsec_ge_is | ( | integer, intent(in) | factor, |
| type(dc_scaled_sec), intent(in) | sclsec | ||
| ) |
Compare integer with DC_SCALED_SEC (greater or equal)
| [in] | factor | Integer value to compare |
| [in] | sclsec | DC_SCALED_SEC variable |
Definition at line 1027 of file dc_scaledsec.f90.
| logical function dc_scaledsec::operator(>=)::dcscaledsec_ge_si | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| integer, intent(in) | factor | ||
| ) |
Compare DC_SCALED_SEC with integer (greater or equal)
| [in] | sclsec | DC_SCALED_SEC variable |
| [in] | factor | Integer value to compare |
Definition at line 1004 of file dc_scaledsec.f90.
| logical function dc_scaledsec::operator(>=)::dcscaledsec_ge_ss | ( | type(dc_scaled_sec), intent(in) | sclsec1, |
| type(dc_scaled_sec), intent(in) | sclsec2 | ||
| ) |
Compare two DC_SCALED_SEC variables (greater or equal)
| [in] | sclsec1 | First DC_SCALED_SEC variable |
| [in] | sclsec2 | Second DC_SCALED_SEC variable |
Definition at line 982 of file dc_scaledsec.f90.