comp.lang.ada
 help / color / mirror / Atom feed
From: Jacob Sparre Andersen <sparre@nbi.dk>
Subject: Re: Choice of variant record discriminant (design question)
Date: Wed, 26 Oct 2005 15:26:33 +0200
Date: 2005-10-26T15:26:33+02:00	[thread overview]
Message-ID: <m21x28mmt2.fsf@hugin.crs4.it> (raw)
In-Reply-To: 1130332471.078782.145370@g49g2000cwa.googlegroups.com

christoph.grein@eurocopter.com writes:

> declare
>   Parm: Preprocessed_Parameters (Measurement_Count => Count);
> begin
>>    if Count = 0 then
>        null;
>>    else
>>       [...]
>        Parm.Mean_Value := Mean;
>        Parm.Scaled_Variance := Sum;
>        return Parm;
>>    end if;

Thanks!  (I wonder why I didn't remember that)

Jacob
-- 
"The three principal virtues of a programmer are Laziness,
 Impatience, and Hubris"                       -- Larry Wall



  reply	other threads:[~2005-10-26 13:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-26 12:21 Choice of variant record discriminant (design question) Jacob Sparre Andersen
2005-10-26 13:14 ` christoph.grein
2005-10-26 13:26   ` Jacob Sparre Andersen [this message]
2005-10-26 17:52 ` Jeffrey R. Carter
2005-10-26 19:52 ` Randy Brukardt
2005-10-31 15:53   ` Jacob Sparre Andersen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox