Returns the time interval between redshifts zMin and zMax. |
Parameters: select dbo.fCosmoTimeInterval(0.1,5) returns 11.2263666411989 see also fCosmoLookBackTime and fCosmoAgeOfUniverse |
name | type | length | inout | pnum |
float | 8 | input | 0 | |
@zMin | float | 8 | input | 1 |
@zMax | float | 8 | input | 2 |