boolean variable信息详情
布尔变量;布林变数
variable───n.[数]变量;可变物,可变因素;adj.变量的;可变的;易变的,多变的;变异的,[生物]畸变的
boolean logic───n.<数>布尔逻辑;布林逻辑
variable costs───可变成本
variable resistor───[电]可变电阻器
forcing variable───强制变量
response variable───反应变量
variable speed───[机][车辆]变速,可变速率
exogenous variable───外生变数,[数]外生变量
confounding variable───混杂变量
Also notice the presence of a Boolean variable named init.───还要注意名为init的Boolean变量的存在。
Then create a boolean variable named secondDecision and set it as the output parameter of SecondApprovalTask, as shown in Figure 11.───然后创建一个名为 secondDecision 的布尔型变量,并将其设置为 SecondApprovalTask 的输出参数,如图 11 所示。
If two items need to switch places, a Boolean variable sort is set to true (lines 46, 49, 86, and 89).───如果两个项目需要调换位置,一个布尔排序变量将设置为true(第46、49、86和89行)。
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。
If the boolean variable keepFullLog is set to True, the program saves the entire incoming message in a different log file.───如果布尔变量keepFullLog设置为True,程序将收到的整条消息保存在另一个日志文件中。
For an example of when you might use a nullable type, consider how an ordinary Boolean variable can have two values: true and false.───有关可能使用可以为null的类型的示例,请考虑普通的布尔变量如何能够具有两个值:true和false。