Boolean value

表示真或假
常用释义
布尔值:一种计算机编程中的数据类型,表示真或假,通常用1(真)和0(假)表示。

例句

1·This method returns a simple boolean value.

该方法返回一个简单的 boolean 值。

2·The Boolean value determines the action GTK + takes.

布尔值决定GTK +采取的行动。

3·This is the Boolean value of the checkbox component.

这是复选框组件的boolean值。

4·The first four are strings and the last is a Boolean value.

前4个是字符串,最后一个是布尔值。

5·This decision is returned to the mediation flow as a Boolean value.

这一决定将作为布尔值返回给仲裁流。

6·Indented-the Boolean value to indicate whether the TAB is indented.

indented——布尔值,表明选项卡是否缩进。

7·Notice that xs: Boolean (" false ") returns false as a Boolean value.

请注意,xs: boolean (“ false ”)返回布尔值false。

8·One final detail remains: these callback methods return a Boolean value.

还有最后一点细节需要注意:这些回调方法返回一个布尔值。

9·For a qualifier with a boolean value, the value part can be omitted for brevity.

对于表现逻辑值的限定词,值部分可以忽略以节省字符。

10·The former returns a Boolean value that indicates whether the handler can be pooled.

前面的方法返回一个布尔值,用于显示处理程序能否被对象池使用。