Search: in
implicit type conversion
implicit type conversion in Dictionary Dictionary
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       
Dictionary results for: implicit type conversion

implicit type conversion


implicit type conversion

implicit type conversion




Source: The Free On-line Dictionary of Computing (26 July 2010)

	implicit type conversion
coercion

    (Or "coercion") The abilty of some compilers
   to automatically insert type conversion functions where an
   expression of one type is used in a context where another type
   is expected.

   A common example is coercion of integers to reals so that
   an expression like sin(1) is compiled as sin(integerToReal(1))
   where sin is of type Real -> Real.

   A coercion is usually performed automatically by the compiler
   whereas a cast is an explicit type conversion inserted by
   the programmer.

   See also subtype.

   (1997-07-28)

	

Matching Word(s)
implicit

type

conversion





Search Dictionary :



Search   in  
Search for implicit type conversion in Tutorials
Search for implicit type conversion in Encyclopedia
Search for implicit type conversion in Videos
Search for implicit type conversion in Books
Search for implicit type conversion in Software
Search for implicit type conversion in DVDs
Search for implicit type conversion in Store





Powered by dict.org
Advertisement




implicit type conversion in Dictionary
implicit type conversion top implicit type conversion

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.com. All Rights Reserved. Privacy Statement