boolean variable的意思
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。