Universal Robots TypeScript API - v10.12.0
Preparing search index...
contribution-api
operatorInverseMap
Variable operatorInverseMap
Const
operatorInverseMap
:
{
"!="
:
"=="
;
"<"
:
">="
;
"<="
:
">"
;
"=="
:
"!="
;
">"
:
"<="
;
">="
:
"<"
;
}
Type Declaration
Readonly
!=
:
"=="
Readonly
<
:
">="
Readonly
<=
:
">"
Readonly
==
:
"!="
Readonly
>
:
"<="
Readonly
>=
:
"<"
Settings
Member Visibility
External
Inherited
Protected
Theme
OS
Light
Dark
Universal Robots TypeScript API - v10.12.0
Loading...