Re: Integer Coersion
- From: "PJH" <abc@xxxxxxxxxxx>
- Date: Tue, 6 Feb 2007 22:00:31 -0000
"David Frank" <dave_frank@xxxxxxxxxxx> wrote in message
news:Lg5yh.21388$w91.9682@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
"PJH" <abc@xxxxxxxxxxx> wrote in message
news:12sgvsvle6sr8c1@xxxxxxxxxxxxxxxxxxxxx
Also, has anyone any advice on how to check the number of bits in a REAL
variable.
Paul Holden
nbits = sizeof(anything)*8
Thanks David. I was hoping to avoid non-standard intrinsics and assumptions
about bits-per-byte. But I can't see any other way to do it, so I guess this
is going to be my simplest solution.
I thought there may be some clever way to cook something standard-compliant
up by using TRANSFER; the trouble is that either I'm not clever enough or it
isn't possible... probably the former.
Paul Holden
.
- Follow-Ups:
- Re: Integer Coersion
- From: David Frank
- Re: Integer Coersion
- From: Brooks Moses
- Re: Integer Coersion
- References:
- Integer Coersion
- From: PJH
- Re: Integer Coersion
- From: David Frank
- Integer Coersion
- Prev by Date: Re: Integer Coersion
- Next by Date: RE: Integer Coersion
- Previous by thread: Re: Integer Coersion
- Next by thread: Re: Integer Coersion
- Index(es):
Relevant Pages
|