Examples of using Return value in English and their translations into Russian
{-}
-
Official
-
Colloquial
Method name Return value.
Return value: Returns two lists.
Passed parameters and return value.
Return value: Returns a list of Hack objects.
An example of usage of the operator'return' without return value.
Return value: Returns a list of Contest objects.
The state of our Agent is set to our function's return value.
Look up//"return value optimization" if you're into this kind of details.
Uopz_get_return- Gets a previous set return value for a function.
To indicate a return value of NULL in the main function, set*is_null to 1.
In the code there are three functions, whose return value is not used.
Return value: Returns a list of User objects for requested handles.
Uopz_unset_return- Unsets a previously set return value for a function.
Return value: Returns a list of RatingChange objects for requested user.
This message is displayed when the operator"return" is called without return value.
Would be good if you will write return value and error messages in the same log file.
Return value: Returns object with three fields:"contest","problems" and"rows".
Therefore, calling to this method without using its return value doesn't make sense.
Return value: Returns a list of User objects, sorted in decreasing order of rating.
A function can take a type as argument, and its return value can also be a type.
If you write a return value in the constructor using the‘return' statement, the compiler will generate an error.
At the same time, the function, where this operator is used,is declared with a different from void return value.
Another similar situationcan be found here: V3010 The return value of function'OrderBy' is required to be utilized.
When a user triggers an event method of the view, it does nothing butinvoke a method of the presenter that has no parameters and no return value.
Since the function's return value is compared with zero, we want to know if there is at least one such element.
Good members take value from it in the form of free software that others have contributed, and return value for what they have taken in the form of free software that they have developed.
Function name-"multiplication"; return value- int, formal parameters"a" and"b"(both int types), function body consists of a single operator- return a*b;
This allows a form of programming by contract,where functions specify as part of their type signature whether they modify their arguments or not, and whether their return value is modifiable or not.
Attempting to use a void function's return value simply evaluates to NULL, with no warnings emitted.
The problem of the current memory model used by the tool is that if a functionreturning a pointer to program's memory lacks a body, arbitrary assumptions can be made about this function return value in the process of verification.