您要查找的是不是:
- You can apply AND,OR,or NOT to boolean values only. 只可将AND,OR或NOT应用于布尔值。
- You can apply AND, OR, or NOT to boolean values only. 只可将AND,OR或NOT应用于布尔值。
- It also returns a Boolean value. 它也返回布尔值。
- For Boolean comparison, result is the inclusive logical disjunction of two Boolean values. 对于Boolean比较,result是两个Boolean值的包含逻辑析取。
- Provides a simple structure that stores Boolean values and small integers in 32 bits of memory. 提供一个简单结构,该结构以32位内存存储布尔值和小整数。
- The following topic discusses and provides sample code for the function on Boolean values. 以下主题将讨论基于布尔值的函数并提供相应的示例代码。
- The Boolean object is an object wrapper for a Boolean value. 布尔对象是布尔值的包装对象。
- When you convert Boolean values to numeric types using the conversion keywords, False becomes 0 and True becomes -1. 在使用转换关键字将Boolean值转换为数值类型时,False会变为0,而True会变为-1。
- The subsequent expressions, however, produce boolean values using relational comparisons, then use logical operations on the results. 然而,后续的表达式利用关系比较生成布尔值,然后对结果进行逻辑运算。
- Bit or bits and the Boolean value to set the bit to. 位以及设置该位的Boolean值来启用样式。
- This case-sensitive method returns a true or false Boolean value. 这个区分大小写的方法返回布尔值True或False。
- Class with a Boolean value indicating whether reentry is required. 用指示是否需要重入的布尔值来初始化。
- A Boolean value: True if the ALT key is down; otherwise False. 一个Boolean值:如果按下Alt键,则为True;否则为False。
- Boolean value that determines whether the receiver is opaque. 一个布尔值用来决定接收者是否透明。
- Returns a Boolean value indicating whether animations are enabled. 返回一个布尔值表示动画是否结束。
- Boolean value that determines whether the status bar is hidden. 一个布尔值用来决定显示还是隐藏状态栏。
- When applied to boolean values, the &and | operators yield a boolean value. 当应用于布尔值时,&和|运算将产生一个布尔值。
- The remarks above refer to the ordinality of Boolean values not to the values themselves. 上面的说明是指布尔值的序号而不是指布尔值。
- The subsequent expressions,however,produce boolean values using relational comparisons,then use logical operations on the results. 然而,后续的表达式利用关系比较生成布尔值,然后对结果进行逻辑运算。
- Void. The arithmetic types that represent integers, characters, and boolean values are collectively referred to as the integral types. 整型包括整数、字符、布尔值。