【机器视觉】 elseif算子 野性酷女 2022-10-07 06:00 209阅读 0赞 ## 00. 目录 ## ### 文章目录 ### * * 00. 目录 * 01. 概述 * 02. 签名 * 03. 描述 * 04. 注意 * 05. 参数 * 06. 结果 * 07. 附录 ## 01. 概述 ## elseif - 选择性的条件语句。 ## 02. 签名 ## `elseif( : : Condition : )` ## 03. 描述 ## elseif是一个条件语句,在一个if或另一个elseif块之后继续使用的备选块。 Condition参数必须计算为布尔值或整数表达式。 如果条件判断为’true’(非0),则运行直到下一个语句elseif,else或endif。 运行到本块的结尾处,在与它相应的endif语句之后继续执行。 如果条件判断为’false’(0),则继续执行下一个相应的块语句elseif,else或endif。 **原文描述**: elseif is a conditional statement that continues after an if or another elseif block with an alternative block. The Condition parameter must evaluate to a boolean or integer expression. If Condition evaluates to ‘true’ (not 0), the following block body up to the next corresponding block statement elseif, else, or endif is executed. Reaching the end of the block the execution continues after the corresponding endif statement. If Condition evaluates to ‘false’ (0), the execution is continued at the next corresponding block statement elseif, else, or endif. ## 04. 注意 ## 无 ## 05. 参数 ## Condition (input\_control) integer → (integer) if语句的条件。 默认值: 1 ## 06. 结果 ## elseif(作为算子)如果条件正确返回2(H\_MSG\_TRUE)。 否则会引发异常并返回错误代码。 **HDevelop例程** **程序示例** ## 07. 附录 ## **7.1 机器视觉博客汇总** 网址:[https://dengjin.blog.csdn.net/article/details/116837497][https_dengjin.blog.csdn.net_article_details_116837497] [https_dengjin.blog.csdn.net_article_details_116837497]: https://dengjin.blog.csdn.net/article/details/116837497
相关 【机器视觉】 switch算子 00. 目录 文章目录 00. 目录 01. 概述 02. 签名 03. 描述 04. 注意 £神魔★判官ぃ/ 2022年10月07日 06:59/ 0 赞/ 251 阅读
相关 【机器视觉】 for算子 00. 目录 文章目录 00. 目录 01. 概述 02. 签名 03. 描述 04. 注意 本是古典 何须时尚/ 2022年10月07日 06:55/ 0 赞/ 67 阅读
相关 【机器视觉】 endif算子 00. 目录 文章目录 00. 目录 01. 概述 02. 签名 03. 描述 04. 注意 Myth丶恋晨/ 2022年10月07日 06:00/ 0 赞/ 207 阅读
相关 【机器视觉】 elseif算子 00. 目录 文章目录 00. 目录 01. 概述 02. 签名 03. 描述 04. 注意 野性酷女/ 2022年10月07日 06:00/ 0 赞/ 210 阅读
相关 【机器视觉】 stop算子 00. 目录 文章目录 00. 目录 01. 概述 02. 签名 03. 描述 04. 注意 妖狐艹你老母/ 2022年10月07日 05:53/ 0 赞/ 200 阅读
相关 【机器视觉】 global算子 00. 目录 文章目录 00. 目录 01. 概述 02. 签名 03. 描述 04. 注意 妖狐艹你老母/ 2022年10月07日 05:51/ 0 赞/ 224 阅读
还没有评论,来说两句吧...