We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bbf270 + b0dc07a commit fca9a7aCopy full SHA for fca9a7a
docs/extendscript-tools-features/specifying-measurement-values.md
@@ -211,10 +211,10 @@ UnitValue objects can be used in computational JavaScript expressions. The way t
211
212
| Operator | Behaviour |
213
| ------------ | ----------------------------------------------------------------------- |
214
-| `~unitValue` | The numeric value is converted to a 32-bit integer with inverted bits. |
+| `~unitValue` | Result is a new UnitValue with the same type, but value converted to a 32-bit integer and inverted bitwise. |
215
| `!unitValue` | Result is `true` if the numeric value is nonzero, `false` if it is not. |
216
-| `+unitValue` | Result is the numeric value. |
217
-| `-unitValue` | Result is the negated numeric value. |
+| `+unitValue` | Result is a new UnitValue with the same type and value as the original. |
+| `-unitValue` | Result is a new UnitValue with the same type and negated value from the original |
218
219
### Binary operators `(+, -, *, /, %)`
220
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments