Within Settings, there are six Boolean values.
在设置中,有六个布尔值。
Also note that the methods do not return Boolean values.
还要注意这些方法不返回布尔值。
Manually edit the TopType class's source code to accept only Boolean values.
手工编辑toptype类的源代码,只接受布尔值。
Operations on Boolean values are similar to operations on integer values.
布尔值的操作类似于操作整数值。
Two Numbers or Boolean values are considered equal if they have the same value.
如果两个数字或布尔值具有相同的值,则认为它们相等。
Those field values may be strings, Boolean values, Numbers, dates, ordered lists, or associative maps.
这些字段的值可以是字符串、布尔值、数字、日期、顺序列表或关联映射。
Some attributes require Boolean values (true or false). These can be specified as true and false.
一些属性用到了布尔值(true或false),它们表明为真或为假。
The problem is that Boolean values have lost all their semantic meaning as soon as you construct them.
问题是,布尔值就已经失去了他们所有的语义结构。
Boolean values can take either of two truth values: Yes, True, and 1 are synonyms, as are no, False, and 0.
boolean值可取以下两种真值:yes、True和1是同义词,No、False和0是同义词。
Methods that return Boolean values are called predicate methods and play an important role in programming.
返回Boolean类型结果的方法成为断言方法,在编程中有着重要的地位。
Listing 5 depends on certain behaviors for substring in some edge cases, as well as the conversion of Boolean values to Numbers.
清单5依赖于substring在某些边界情况下的行为以及布尔值到数字的转换。
The arithmetic types that represent integers, characters, and Boolean values are collectively referred to as the integral types.
表示整数、字符和布尔值的算术类型合称为整型。
The subsequent expressions, however, produce Boolean values using relational comparisons, then use logical operations on the results.
然而,后续的表达式利用关系比较生成布尔值,然后对结果进行逻辑运算。
It is much easier to read a call that USES enumeration values in place of multiple Boolean values as demonstrated in the following code example.
如果调用使用枚举值而非多个布尔值,则阅读起来要容易得多,如下面的代码示例所示。
Some attributes require Boolean values (true or false). These can be specified as true and false. If an attribute has no value assigned it gets the default Boolean value of true.
一些属性用到了布尔值(true或false),它们表明为真或为假。如果没有为这些属性赋布尔值,那么默认使用true为其值。
JSON data supports various data types besides objects: strings, null values, Numbers (integer or real), Boolean values, and arrays (comma-separated sequences of values enclosed in square brackets).
JSON支持除对象之外的各种数据类型:字符串、空值、数字(整数或实数)、布尔值和数组(包含在方括号中的逗号分隔的值序列)。
Because there are only two possible values, the Boolean type is unique.
因为只有两个可能值,所以布尔类型是惟一的。
For the next example, we'll add the ability to store and manipulate arrays of integer, Boolean, and string values.
在接下来的例子中,我们将增加存储和操纵整型、布尔型和字符串值的功能。
Listing 2 shows the kind of cluttered code that would result from using Boolean return values.
清单2显示了一种有点杂乱的代码,这是使用布尔返回值产生的结果。
The stereotype properties, which are of Boolean, integer, or enumeration types, have been assigned default values in the profile.
构造型的属性,不管是逻辑值、整数值还是枚举类型的,都在概述中被分配有默认值。
It is created based on data such as Boolean, Integer, Text, or Enumeration of values.
它根据布尔、整数、文本或枚举值等数据创建。
Further, this applies to all properties that have a restrictive set of values — not just those intended to be Boolean.
另外,任何具有有限值集的性质都存在这种问题,而不仅仅是布尔值。
If we want to add another option — for example, Submitted — the Boolean attribute, which allows two possible values true or false, does not accommodate this design approach anymore.
如果我们想要添加另外一个选项——例如,Submitted——布尔型属性,它拥有两个值true或者false,就不再需要提供这个设计方法了。
Each link may be associated with a transition condition, which is a Boolean expression using values in the different containers of the process.
每个link可与一个转变条件相关联,这个条件是使用流程的不同容器中的值的布尔表达式。
You should apply appropriate values for the id, version number, name, and the Boolean value for enabled.
您应该为ID,版本号,名字,以及可用boolean值应用合适的值。
There are eight fundamental types (of values) in Lua: nil, Boolean, number, string, function, thread, table, and userdata.
Lua中的基本类型(值)有8种:nil,布尔型,数字,字符串,函数,线程,表以及用户数据。
LotusScript native data types, such as String, Integer, or Boolean, do not allow null values.
LotusScript原生数据类型(如string、Integer或Boolean)不允许使用null值。
Supply appropriate values for the ID: version number, name, and the Boolean value for enabled.
为ID提供适当的值:版本号、名称,和enabled的boolean值。
The type Boolean has a domain consisting of only two values: true and false.
boolean类型的域只包含了两个值:true和false。
For that effect, JSON defines the following main data structures: number, string, Boolean (true and false), array (an ordered sequence of values), object (collection of key value pairs), and null.
为了实现该目的,JSON定义了以下主要数据结构:数字、字符串、布尔值(真或假)、数组(值的有序排列)、对象(键值对集合)和null。
应用推荐