Loop measure ループ対策
Measure=Loop
Creates a looping counter between two values.Measure=Loop
2つの値の間にループカウンターを作成します。
The measure will be the value of StartValue
for one update, will increment based on the value of Increment
on each subsequent update, and will be the value of EndValue
for one update. If LoopCount
is other than 1
, the loop will then repeat.メジャーはStartValue
、1回の更新に対するの値にIncrement
なり、後続の各更新でのの値に基づいて増加し、1回の更新に対するのになりますEndValue
。LoopCount
それ以外の場合は1
、ループが繰り返されます。
On each loop, if the value of Increment
is such that the final increment would cause the value to overrun the value of EndValue
, the final increment will be reduced to the remainder required to have the loop end at EndValue
.各ループで、の値がIncrement
最終の増分によって値がの値をオーバーランするような値であるEndValue
場合、最終の増分は、ループを終了させるのに必要な残りの部分まで減少しEndValue
ます。
The measure will have a range that is the difference between StartValue
and EndValue
for use by meters requiring a percentage. There cannot be a negative percentage, so the range will always be lowest value to highest value.メジャーには、パーセンテージを必要とするメーター間の差StartValue
とEndValue
使用する差の範囲があります。負のパーセンテージはあり得ないので、範囲は常に最小値から最大値までになります。
Any dynamic change to any of the four measure options, or dynamically changing InvertMeasure on the measure, will cause the loop to be reset and start over with the new values.4つのメジャーオプションのいずれかを動的に変更したり、メジャーのInvertMeasureを動的に変更したりすると、ループがリセットされ、新しい値で最初からやり直されます。
Note: All options must be positive or negative whole numbers, or formulas that resolve to whole numbers. Fractional values will be truncated.注:すべてのオプションは、正または負の整数、または整数に解決される式でなければなりません。小数値は切り捨てられます。
Optionsオプション
- General measure options一般的な測定オプション
-
All general measure options except
AverageSize
are valid.MinValue
andMaxValue
are automatically set based onStartValue
andEndValue
, and may not be manually set or changed.を除くすべての一般的な測定オプションAverageSize
は有効です。MinValue
とにMaxValue
基づいて自動的に設定されStartValue
、EndValue
手動で設定または変更することはできません。 StartValue
Default:1
StartValue
デフォルト:1
-
The starting value for the loop. This may be any positive or negative whole number.ループの開始値 これは正または負の整数です。
EndValue
Default:100
EndValue
デフォルト:100
-
The ending value for the loop. This may be any positive or negative whole number.ループの終了値 これは正または負の整数です。
Increment
Default:1
Increment
デフォルト:1
-
A positive or negative whole number by which the counter will be incremented on each update.更新ごとにカウンタが増加する正または負の整数。
LoopCount
Default:0
LoopCount
デフォルト:0
-
The number of times the loop will be executed. The default of
0
will endlessly repeat. When LoopCount is reached, the measure will stop at and maintain the value of theEndValue
option.ループが実行される回数。のデフォルト0
は際限なく繰り返されます。LoopCountに達すると、メジャーは停止してEndValue
オプションの値を維持します。
Measure Commands測定コマンド
Commands that can be sent to a Loop measure using the !CommandMeasure bang.!CommandMeasure bang を使用してループ小節に送信できるコマンド。
Reset
-
This will cause the measure to reset the loop and restart using the current values for all options.これにより、メジャーはループをリセットし、すべてのオプションの現在の値を使用して再開します。
Example:
[!CommandMeasure MeasureName "Reset"]
例:[!CommandMeasure MeasureName "Reset"]
Note: Any dynamic change to any of the four measure options, or dynamically changing InvertMeasure on the measure, will automatically perform a reset of the loop. This command would not be required.注: 4つのメジャーオプションのいずれかを動的に変更したり、メジャーのInvertMeasureを動的に変更したりすると、自動的にループがリセットされます。このコマンドは不要です。
Examples例
[Rainmeter] |
If InvertMeasure is set to 1
, the opposite of the value generated by the loop will be returned. This can have the effect of reversing the direction of the loop. Toggling InvertMeasure
with !SetOption can create a "ping-pong" effect with the measure.InvertMeasureがに設定されている場合1
、ループによって生成された値の反対が返されます。これはループの方向を逆にする効果があります。!SetOptionを使って切り替えるInvertMeasure
と、メジャーで "ピンポン"効果を生み出すことができます。
[Rainmeter] |
関連記事
- WebParser measure Webパーサーメジャー
- Uptime measure アップタイム測定
- Time measure タイムメジャー
- String measure ストリングメジャー
- Script measure スクリプトメジャー
- Registry measure レジストリ対策
- RecycleManager measure RecycleManagerメジャー
- Plugin measure プラグインメジャー
- NowPlaying measure 今すぐプレイ
- Net measures ネット対策
- Memory measures メモリー対策
- MediaKey measure MediaKeyメジャー
- FreeDiskSpace measure FreeDiskSpaceメジャー
- CPU measure CPUメジャー
- Calc measure 計算メジャー
- General Measure Options 一般的な測定オプション
スポンサーリンク