overloaded function 中文意思是什麼

overloaded function 解釋
超載模擬程序
  • overloaded : 超載的
  • function : n 1 功能,官能,機能,作用。2 〈常 pl 〉職務,職責。3 慶祝儀式;(盛大的)集會,宴會。4 【數學】...
  1. It should usually be the same as the function name, but you can use this if you need to have overloaded functions that have the same name and different parameters

    這一項通常應該與函數名一致,但是如果您需要擁有具有相同名單但帶有不同參數的「過載的( overloaded ) 」函數,那麼您可以使用這個名稱。
  2. Function overloaded resolution

    函數重載決議
  3. A common example of ambiguous input is an overloaded function name

    常見的二義性輸入是重載的函數名。
  4. When an overloaded function is called, the overloaded function whose arguments most closely match the passed arguments is called, depending on the actual types of arguments passed to the function

    調用重載的函數時,將調用其參數最密切匹配傳遞參數的重載函數,具體取決于傳遞給函數的實際參數類型。
  5. When you set a breakpoint on an overloaded function, the location of the breakpoint depends on how you specify the function

    在對重載函數設置斷點時,斷點的位置取決于指定函數的方式。
  6. Toolbar. if a function is overloaded, intellisense may not display information for all forms of the overload

    如果某個函數是重載函數,則intellisense可能不會顯示重載的所有形式的信息。
  7. This information can be used to discover the signature of the function which allows you to differentiate between overloaded functions

    該信息可用於發現函數的簽名,該簽名使您能夠區分重載函數。
  8. For overloaded functions, you can use the up and down arrow keys to view alternative parameter information for the function overloads

    對于重載函數,可以使用向上和向下鍵查看函數重載的其他參數信息。
  9. Therefore, you can enter either of the following expressions, and the debugger will call the correct version of the overloaded function

    因此,您可以輸入以下表達式之一,並且調試器將調用重載函數的正確版本:
分享友人