boolean variable

布尔变量

常用释义

词性释义

布尔变量;布林变数
例句
  • 全部
Also notice that you set a flag (the boolean variable done) to identify when you reach the end of the content that you are interested in.
还需注意,您设置了一个标记(布尔变量done)来确定何时到达感兴趣内容的结束部分。
If you do not change the test run configuration XML file, the Boolean variable useDefaultDeploymentRoot retains its default value of True.
如果您不更改测试运行配置XML文件,则布尔变量useDefaultDeploymentRoot将保留其默认值True。
The parameter to this widget is a boolean variable, which in this case is called noReviews.
该小部件的参数是一个布尔变量,在该例中称作noReviews。
Then create a boolean variable named secondDecision and set it as the output parameter of SecondApprovalTask, as shown in Figure 11.
然后创建一个名为secondDecision的布尔型变量,并将其设置为SecondApprovalTask的输出参数,如图11所示。
如果布尔变量keepFullLog设置为True,程序将收到的整条消息保存在另一个日志文件中。
有关可能使用可以为null的类型的示例,请考虑普通的布尔变量如何能够具有两个值:true和false。
另外还要注意名为init的Boolean变量的存在。
In this code, you define a boolean variable rollover and attach event listeners for ROLL_OVER and ROLL_OUT.
在这段代码中,您定义了一个布尔变量rollover并为ROLL_OVER和ROLL_OUT添加事件监听器。
验证为日期值,并返回一个布尔变量的分部类中编写一个函数。
下面的代码示例设置一个Boolean变量,该变量指明字符串是否代表有效的电子邮件地址。