explicit conversions造句
例句與造句
- Otherwise a cast must be used to perform an explicit conversion
的預(yù)定義隱式轉(zhuǎn)換。其他情況下必須使用顯式轉(zhuǎn)換。 - The following code example illustrates explicit conversion using the checked
下面的代碼示例闡釋使用visual basic中已檢查的 - Explicit conversion is required by some compilers to support narrowing conversions
有些編譯器需要顯式轉(zhuǎn)換來支持收縮轉(zhuǎn)換。 - In some languages , like c and c , explicit conversion is performed using casting
在c #和c + +等一些語言中,使用強(qiáng)制轉(zhuǎn)換執(zhí)行顯式轉(zhuǎn)換。 - Note that explicit conversion can produce different results in different languages
請(qǐng)注意,顯式轉(zhuǎn)換使用不同的語言可產(chǎn)生不同的結(jié)果。 - It's difficult to find explicit conversions in a sentence. 用explicit conversions造句挺難的
- Function is used to allow explicit conversions of data types that are not allowed implicitly
函數(shù)用于顯式轉(zhuǎn)換不允許隱式轉(zhuǎn)換的數(shù)據(jù)類型。 - Consult the documentation for the language you are using to learn more about explicit conversion
請(qǐng)參見所使用語言的文檔,以便更多地了解顯式轉(zhuǎn)換。 - Explains the concept of type conversion and the distinction between implicit and explicit conversion
解釋類型轉(zhuǎn)換的概念以及隱式和顯式轉(zhuǎn)換的不同。 - Explicit conversions are those conversions that require the cast or convert function to be specified
顯式轉(zhuǎn)換指那些需要指定cast或convert函數(shù)的轉(zhuǎn)換。 - For more information on explicit conversion , see 6 . 2 explicit in the c language specification
有關(guān)顯式轉(zhuǎn)換的更多信息,請(qǐng)參見“ 6 . 2 c #語言規(guī)范中的顯式” 。 - Unlike implicit conversion , explicit conversion operators must be invoked by means of a cast
與隱式轉(zhuǎn)換不同,必須通過強(qiáng)制轉(zhuǎn)換的方式來調(diào)用顯式轉(zhuǎn)換運(yùn)算符。 - Consult the documentation for the language you are using for information about explicit conversion behavior
有關(guān)顯式轉(zhuǎn)換行為的信息,請(qǐng)參見所用語言的文檔。 - The following code example uses explicit conversion to convert a double value to an integer value
下面的代碼示例使用顯式轉(zhuǎn)換將一個(gè)雙精度值轉(zhuǎn)換為一個(gè)整數(shù)值。 - Explicit conversion operators require a type cast be present in the source code to perform the conversion
顯式轉(zhuǎn)換運(yùn)算符則要求在源代碼中指定類型轉(zhuǎn)換才能執(zhí)行轉(zhuǎn)換。 - Thrown when an explicit conversion from a base type to an interface or to a derived type fails at runtime
當(dāng)從基類型到接口或派生類型的顯式轉(zhuǎn)換在運(yùn)行時(shí)失敗時(shí),就會(huì)引發(fā)此異常。