在 英语 中使用 A return value 的示例及其翻译为 中文
{-}
-
Political
-
Ecclesiastic
-
Programming
Do not have a return value.
You can do this even if that method does not define a return value.
If you don't want a return value then use void.
It does neither have any parameters, nor a return value.
It has a return value of type Boolean.
人们也翻译
They do not give a return value.
A return value of -1 is often treated as an indicator that the program failed.
The function used has a return value.
If bWaitAll is TRUE, a return value in this range indicates that the state of all specified objects is signaled.
That value is called a return value.
Generally, a return value is used where the function isan intermediate step in a calculation of some kind.
It has no parameters but has a return value.
If a return value is named, it can be considered as being declared as a variable in the first line of the function.
That value is called a return value.
If a return value is named, it can be considered as being declared as a variable in the first line of the function.
That value is called a return value.
Calling the function generates a return value, which we usually assign to a variable or use as part of an expression.
Not all functions have or need a return value.
In both the Swift and Objective-C cases, a return value of nil means“the array is empty, therefore there's no last element.”.
One very important thing tonotice… this function does not have a return value.
In Java or C++ checking a return value of a function is not sufficient- it may modify external state that we would need to verify.
If there is one output variable, it is used as a return value for the extracted method.
They can be assigned to a variable and are high-order in that they can be passed as parameters orused as a return value.
Synchronous calls often return values, and after all, a return value is the result of an implicit‘ask'.
Generally speaking, a return value of 0 indicates normal termination, and a return value of non-0 indicates an exception or error termination condition.
We didn't use error codes,however the inability to accidentally ignore a return value was important for the overall reliability of the system.
Generally speaking, a return value of 0 indicates normal termination, and a return value of non-0 indicates an exception or error termination condition.
A returned value of 32 or lower indicates an error.
Main and getline communicate through a pair of arguments and a returned value.
In Java,the method signature of a public method does not tell you if a returned value can be null or not.