local variable declaration 中文意思是什麼

local variable declaration 解釋
局部變量說明
  • local : adj 1 地方的,當地的,本地的。2 局部的。3 鄉土的,狹隘的,片面的。4 【郵政】本市的,本地的;【鐵...
  • variable : adj 1 易變的,變化無常的,無定的 (opp constant steady)。2 可變的,能變的;變換的。3 【數學】變...
  • declaration : n. 1. 宣言,布告;公告,聲明。2. 【法律】(原告的)申訴;(證人的)陳述,口供。3. (納稅品在海關的)申報。4. 【牌戲】攤牌;叫牌。
  1. Go to definition command navigates to the procedure for a local class declaration, method, or a variable definition

    「轉到定義」命令定位到局部類聲明、方法或變量定義的過程。
  2. If the local variable declaration includes multiple declarators, the initializers must all have the same compile - time type

    如果局部變量聲明包含了多個聲明符,這些聲明符必須具備同樣的編譯期類型。
  3. This means that the value of a local constant is undefined until the constant declaration statement is reached and that a local variable is undefined until the variable is assigned to in the function

    這就意味著在到達常數聲明語句前局部常數值是未定義的,在函數中分配變量前局部變量是未定義的。
分享友人