From professional translators, enterprises, web pages and freely available translation repositories.
static
static
Last Update: 2011-10-23
Usage Frequency: 3
Quality:
( static hisses )
( static hisses )
Last Update: 2016-10-27
Usage Frequency: 1
Quality:
グルーピングに static を含める
include static in grouping
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
変数のスコープに関する別の重要な機能は、 静的 (static) 変数です。静的変数はローカル関数スコープのみに 存在しますが、プログラム実行がこのスコープの外で行われるようになっ てもその値を失わないません。次の例を見てください。
a static variable exists only in a local function scope, but it does not lose its value when program execution leaves this scope.
\<link href=\"text/sbasic/shared/03103500.xhp\" name=\"static ステートメント [実行時]\"\>static ステートメント [実行時]\</link\>
\<link href=\"text/sbasic/shared/03103500.xhp\" name=\"static statement [runtime]\"\>static statement [runtime]\</link\>