BOOLEAN in English translation

boolean
布尔
一个布尔值
布尔型
布尔字

Examples of using Boolean in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
除之外boolean,您可以将一个原始值分配给另一个原始类型。
With the exception of boolean, you can assign a primitive value to another primitive type.
虽然这可能在其他语言中是成立的,但在JS中number就是number,而boolean就是boolean
While that may be true in other languages, in JS the numbers are numbers and the booleans are booleans.
当==的任意一边是一个boolean值时,boolean总是首先被强制转换为一个number。
As it regards a boolean value on either side of the==, a boolean always coerces to a number first.
有时,你可能看到有人将hash作为boolean(true/false)表达式来使用:.
You will see that someone has used a hash as a Boolean(true/false) expression.
几年后,谷歌提交了一项名为“混合布尔令牌ANS系数编码”(mixedboolean-tokenANScoefficientcoding)的专利申请。
A couple of years later, Google filed an application for a patent called"mixed boolean-token ANS coefficient coding.".
但这里的目标是,明确地强制一个值成为boolean来使ToBoolean强制转换的意图显得明明白白。
But the goal here is to explicitly force the value to a boolean to make it clearer that the ToBoolean coercion is intended.
当编译器把Java源码编译成字节码时,它会用int或byte来表示boolean
When a compiler translates Java source code into bytecodes, it uses ints or bytes to represent booleans.
如果声明flag具有类型atomic<bool>、atomic_bool(C/C++)或volatileboolean(Java),且初始值为false,则以下代码段不存在数据争用的情况:.
If flag is declared to have type atomic<bool> or atomic_bool(C/C++) or volatile boolean(Java), and is initially false then the following snippet is data-race-free.
分析器里定义了几种类型范畴:boolean,numeric,string,bitstring,datetime,timespan,geometric,network,和用户定义(user-defined)。
There are several basic type categories defined: boolean, numeric, string, bitstring, datetime, timespan, geometric, network, and user-defined.
NET中的所有东西都是一个对象,包括所有的基本类型(Short,Integer,Long,String,Boolean等)和用户定义的类型,事件,甚至是程序集。
NET is an object, including all of the primitive types(Short, Integer, Long, String, Boolean, etc.) and user defined types, events, and even assemblies.
Lang的所有成员都被每个scala源文件自动引用,因此可以在任何地方只用简化名(也就是说,直接写成Boolean、Char、String)。
Lang are automatically imported into every Scala source file, you can just use the simple names(i.e., names like Boolean, Char, or String) everywhere.
它发生在逻辑运算中(稍后我们将进行条件判断和其他类似的东西),但是也可以通过调用Boolean(value)显式地进行转换。
It happens in logical operations(later we will meet condition tests and other similar things) but can also be performed explicitly with a call to Boolean(value).
但是,SQL没有类似于BOOLEAN的数据类型。
However, SQL has no data type equivalent to BOOLEAN.
SQL:1999还引入了BOOLEAN类型变量,根据标准也可以是未知值。
SQL: 1999 also introduced BOOLEAN type variables, which according to the standard can also hold Unknown values.
标量(SCALAR)类型-它是没有内部组件的单个值,例如:NUMBER,DATE或BOOLEAN等。
Single values with no internal components, such as a NUMBER, DATE, or BOOLEAN.
标量单值没有内部组件,如NUMBER,DATE或BOOLEAN.
Single values with no internal components, such as a NUMBER, DATE, or BOOLEAN.
Boolean类型,只读。
FileAvailable- Boolean, read only.
False类型就是boolean.
Its type is boolean.
False类型就是boolean.
Property type is boolean.
Boolean是Java原始类型。
Boolean is a primitive type of Java.
Results: 287, Time: 0.0196

Boolean in different Languages

Top dictionary queries

Chinese - English