- operator
Synopsis
This operator
performs a subtraction or negation operation.
Variations
Minuend - Subtrahend
Performs a subtraction operation
between 2 numerics or 2 timestamps.
Details |
Examples |
Details and examples
Parameters
Minuend
Supported types: Numeric; TimeStamp.
Subtrahend
Supported types: Numeric; TimeStamp.
Returns
Remarks
Remarks
Examples
| 1. |
The following example will return 3.
(5 -
2)
|
| 2. |
The following example will return the difference between the
current time and the grab time.
(TimeStamp.Time -
Camera.GrabTime)
|
- Number
Performs the negation
operation.
Details |
Examples |
Details and examples
Parameters
Number
Supported types: Numeric.
Returns
Examples
| 1. |
The following example will return -5.
(-5)
|