On 12/14/2013 06:24 PM, Ivanko B wrote:
> Maybe no UNSAFE (unsigned -2-signed etc
Only a few conversions are save; just extending the bit size.

  - Signed to unsigned looses the sign
  - Unsigned to signed of the same bit size looses one bit
  - integer to float looses bits (if the integer type is large enough)
  - float to integer looses fractions
  - enum to integer and vice versa is problematic.
  - ,,,

Michael

------------------------------------------------------------------------------
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
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to