On Monday 16 December 2013 14:29:05 Ivanko B wrote:
> *no* implicit type conversions
> ===============
> that's with side (unexpected/unwanted) effects.
> But what for to disable :
>
> unsigned := signed ?
>
"
var
 unsigned: card32;
 signed: int32;
...
 unsigned:= card32(signed);
"
Assigns the binary value "as is", -1 -> $ffffffff.

> Here, user know what he/she wants to get (absolute value of the "signed").
>
"
 unsigned:= card32(abs(signed));
"
Martin

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to