You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The progress() functional notation represents the proportional distance of a given value (the progress value) from one value (the progress start value) to another value (the progress end value), each represented as a calculation. It is a math function, and can be input into other calculations such as a math function or a mix notation.
3261
+
The progress() functional notation represents the proportional distance of a given value (the progress value) from one value (the progress start value) to another value (the progress end value), each represented as a calculation. It is a math function, and can be input into other calculations such as a math function or a mix notation. The syntax of progress() is:
where the first, second, and third <calc-sum> values represent the progress value, progress start value, and progress end value, respectively.
3278
+
</p>
3279
+
3280
+
<p>
3281
+
`no-clamp@v
3282
+
が指定された場合、
3283
+
`progress$f 関数は,どの実数にも解決され得る【無限大も含む】。
3284
+
省略された場合(既定)、
3285
+
返り値は,
3286
+
範囲 0 以上 1 以下に切詰められる。
3287
+
◎
3288
+
If no-clamp is present, the progress() function can potentially resolve to any number; if omitted (the default), the return value is clamped to the range [0, 1].
3289
+
</p>
3290
+
3291
+
<p>
3292
+
これらの`計算式$たち %計算式たち を成す各~計算式は[
3293
+
`number$t, `dimension$t, `percentage$t
3294
+
]いずれにも解決され得るが、
3295
+
%計算式たち が`一貫した型を有して$いない場合,当の関数は無効になる。
3296
+
◎
3297
+
The argument calculations can resolve to any <number>, <dimension>, or <percentage>, but must have a consistent type or else the function is invalid.
If the progress start value and progress end value are the same value
3306
-
• 0, -∞, or +∞, depending on whether progress value is equal to, less than, or greater than the shared value.
3377
+
• Otherwise, 0, -∞, or +∞, depending on whether progress value is equal to, less than, or greater than the shared value.
3307
3378
</li>
3308
3379
</ol>
3309
3380
</div>
3310
3381
3311
-
<p>
3312
-
`progress$f の構文は:
3313
-
◎
3314
-
The syntax of progress() is defined as follows:
3315
-
</p>
3316
-
3317
-
<preclass="prod">
3318
-
`progress()$t
3319
-
= progress(`calc-sum$t, `calc-sum$t, `calc-sum$t)
3320
-
</pre>
3321
-
3322
-
<p>
3323
-
各 `calc-sum$t 値は、
3324
-
順に[
3325
-
`進捗~値$,
3326
-
`進捗~始端~値$,
3327
-
`進捗~終端~値$
3328
-
]を表現する。
3329
-
◎
3330
-
where the first, second, and third <calc-sum> values represent the progress value, progress start value, and progress end value, respectively.
3331
-
</p>
3332
-
3333
-
<p>
3334
-
これらの`計算式$たち %計算式たち を成す各~計算式は[
3335
-
`number$t, `dimension$t, `percentage$t
3336
-
]いずれにも解決され得るが、
3337
-
%計算式たち が`一貫した型を有して$いない場合,当の関数は無効になる。
3338
-
◎
3339
-
The argument calculations can resolve to any <number>, <dimension>, or <percentage>, but must have a consistent type or else the function is invalid.
0 commit comments