机器视觉 until算子
Posted 沧海一笑-dj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了机器视觉 until算子相关的知识,希望对你有一定的参考价值。
00. 目录
01. 概述
until - 会一直执行循环,直到条件为true为止。
02. 签名
until( : : Condition : )
03. 描述
until是repeat…until循环的结尾。 直到Condition参数判断为“false”(0)为止,repeat…until会循环运行。 循环的内容至少运行一次,因为在主体的末尾才检查条件。
原文描述:
until ends a repeat…until loop. The repeat…until loop is executed as long as the Condition parameter evaluates to ‘false’ (0). The body of the loop is executed at least once, because the condition will be checked at the end of the body.
04. 注意
无
05. 参数
Condition (input_control) integer → (integer)
循环的条件
06. 结果
如果指定参数的值是正确的,until(作为算子)返回2(H_MSG_TRUE)。 否则会引发异常并返回错误代码。
HDevelop例程
程序示例
07. 附录
7.1 机器视觉博客汇总
网址:https://dengjin.blog.csdn.net/article/details/116837497
以上是关于机器视觉 until算子的主要内容,如果未能解决你的问题,请参考以下文章