这行程序可以正确编译运行,因为这是隐式类型转换。
The previous line of code compiles and executes correctly because there is an implied cast.
不同的表中相似的列应该声明为相同的类型,这样就可以不使用Oracle的隐式类型转换。
Similar columns in different tables should be declared with same data types, so that the implicit type-casting facility of Oracle is not used.
CLOB数据类型的代码页自然地等于数据库代码页,所以在串行化期间对SQL的回复有一个隐式的代码页转换。
CLOB data types have an inherent code page equal to the database code page, so there is an implicit code page conversion of the reply to the SQL world during the serialization.
隐式转换操作符将Point类型转换为int。
The implicit conversion operator is defined, which converts a Point type to int.
它可以让编译器隐式地将一种类型转换成另一种类型。
It allows types to be implicitly converted to another type by the compiler.
DB 2 9.7现在支持隐式的数据类型强制转换。
另外,hardeep被隐式转换为xml类型(xs:string)。
Python中既有强制类型转换也有强迫同型,通常使用更多的是前者(“显式优于隐式”)。
Python contains a mixture of casts and coercions, with a usual preference for the former (" explicit is better than implicit ").
隐式地把String对象类型转换成object类型(用于参数列表)。
It implicitly casts the String object type to an object type (for the parameter list).
解释类型转换的概念以及隐式和显式转换的不同。
Explains the concept of type conversion and the distinction between implicit and explicit conversion.
可以用单个实参来调用的构造函数定义了从形参类型到该类类型的一个隐式转换。
A constructor that can be called with a single argument defines an implicit conversion from the parameter type to the class type.
不过,可为类型定义隐式转换运算符,这样就可以对这些类型使用赋值运算符。
However, you can define implicit conversion operators for a type, which enable you to use the assignment operator with those types.
对于引用类型,隐式转换始终存在于从一个类转换为该类的任何一个直接或间接的基类或接口的情况。
For reference types, an implicit conversion always exists from a class to any one of its direct or indirect base classes or interfaces.
在将某一约束应用于泛型类型参数时,必须存在从具体参数到该约束类型的隐式标识或引用转换。
When a constraint is applied to a generic type parameter, an implicit identity or reference conversion must exist from the concrete argument to the type of the constraint.
这样可以对委托类型和实现变体接口的类进行隐式转换。
This allows for implicit conversion of classes that implement variant interfaces and implicit conversion of delegate types.
此函数接收一个数字型的或非数字型的参数。如果是非数字型的参数,oracle会隐式转换成数字类型。
This function takes as an argument any numeric datatype or any nonnumeric datatype that can be implicitly converted to a numeric datatype.
讨论值类型的隐式装箱转换为装箱的值对象的跟踪句柄的方式。
Discusses how implicit boxing of value types translates to a tracking handle to the boxed value object.
但是,因为隐式转换不需要程序员将一种类型显式强制转换为另一种类型,所以使用隐式转换时必须格外小心,以免出现意外结果。
However, because implicit conversions do not require programmers to explicitly cast from one type to the other, care must be taken to prevent unexpected results.
显式数值转换用于通过显式转换表达式,将任何数字类型转换为任何其他数字类型。对于它不存在隐式转换。
Explicit numeric conversion is used to convert any numeric type to any other numeric type, for which there is no implicit conversion, by using a cast expression.
如果范围变量是显式类型的,请确保该类型与循环访问的集合中的元素类型相同或可从该类型隐式转换。
If the range variable is explicitly typed, make sure that the type is either the same as, or implicitly convertible from, the type of the elements in the collection it iterates.
如果范围变量是显式类型的,请确保该类型与循环访问的集合中的元素类型相同或可从该类型隐式转换。
If the range variable is explicitly typed, make sure that the type is either the same as, or implicitly convertible from, the type of the elements in the collection it iterates.
应用推荐