parameter argument 中文意思是什麼

parameter argument 解釋
參數自變量
  • parameter : n. 1. 【數學】參數,變數;參詞;參項。2. 【物理學】參量;(結晶體的)標軸。3. 〈廢語〉【天文學】通徑。vt. -ize 使參數化。
  • argument : n 1 爭論,辯論,論證。2 論據,論點。3 (書籍等的)梗概,摘要,大綱;(劇本等的)情節。4 【數學】...
  1. Zero or more arguments where each argument is an expression of a type that is implictly convertible to the type of the parameter array element

    零個或多個參數,其中每個參數都是一個類型可隱式轉換為參數數組元素類型的表達式。
  2. The named parameter array is larger than the argument array

    命名參數數組大於此參數數組。
  3. Conversely, a non type template argument is a constant within the template so that an attempt to change the value of a parameter is an error

    相反的,一個非類型模板實參是模板里的常量,所以任何試圖修改它的行為都是錯誤的。
  4. Note that the host must not throw an elementnameinvalid exception when the name parameter is a null pointer, as a null pointer is a valid argument used to request engine - level data

    請注意,當名稱參數為空指針時,宿主一定不能引發elementnameinvalid異常,因為空指針是用來請求引擎級數據的有效變量。
  5. The conventional way to have a reference refer to no - object is to provide an explicit singleton representing by convention a null object which often serves as a default argument to a function parameter

    (讓引用引用空對象的常規方式是提供顯式的單一實例,按約定,該實例表示一個經常充當函數參數的默認變量的空對象) 。
  6. Field as the parameter argument to close the element

    欄位作為參數進行傳遞以關閉元素。
  7. Value when the object is included as a parameter argument in an

    對象,它在將對象作為參數變量包含在
  8. Field as a parameter argument to a second version of the constructor

    欄位作為參數傳遞到它的第二個版本。
  9. As a parameter argument

    作為參數變量傳遞。
  10. The object test bench menus do not display the function if the function takes a variable parameter argument

    如果函數接受變量參數,則對象測試工作臺菜單不顯示該函數。
  11. Attributes if you want to marshal the argument as an in out parameter. non - blittable types have different or ambiguous representations in managed and unmanaged languages

    非直接復制到本機結構中的類型在託管和非託管語言中具有不同的或不明確的表示形式。
  12. The first function overwrites the input parameter, which prevents further the changes to the parameter from affecting the original input argument

    第一個函數改寫輸入參數,它可進一步防止參數更改影響原始輸入參數。
  13. When you declare a type parameter for a generic type, you can impose a constraint, a set of one or more requirements that limit the type argument that can be passed to that type parameter

    聲明泛型類型的類型參數時,可以附加約束,約束是一個或多個要求的集合,用於限制可以傳遞到該類型參數的類型變量。
  14. Every variable, literal, constant, enumeration, property, procedure parameter, procedure argument, and procedure return value has a data type

    每個變量、文本、常數、枚舉、屬性、過程參數、過程變量和過程返回值都具有數據類型。
  15. Before a method can be called, the argument values must be pushed on the stack, in left - to - right order corresponding to the parameter declarations

    方法調用之前,必須根據參數聲明,按照從左到右的順序把對應的實參壓入堆棧。
  16. Substitution principle : a variable of a given type may be assigned a value of any subtype of that type , and a method with a parameter of a given type may be invoked with an argument of any subtype of that type

    大概的意思是說某種類型的變量可以被該類型的任何子類所賦值,一個方法中的參數也可以被該參數的任何子類進行調用。
分享友人