FUNCTION  fCosmoTimeInterval

Returns the time interval between redshifts zMin and zMax.

Parameters:
  • @zMin float --/D redshift
  • @zMax float --/D redshift
  • Returns TimeInterval float --/D time interval --/U GYrs
    select dbo.fCosmoTimeInterval(0.1,5)
    returns 11.2263666411989

    see also fCosmoLookBackTime and fCosmoAgeOfUniverse
  • Input and output parameters

    nametypelengthinoutpnum
     float8input0
    @zMinfloat8input1
    @zMaxfloat8input2