Examples of using Returns a value in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Function returns a value and Sub does not.
This differs from the pop() method which returns a value.
Function returns a value while procedure just executes commands.
This differs from the pop() method which returns a value.
Query: returns a value, but does not change the state of the system.
This differs from the pop() method which returns a value.
In case our method returns a value, we provide its data type.
Distinct- Formula returns a value, used to identify duplicate records.
Returns a value that indicates whether this instance is equal to a specified object.
Lisp programs are trees of expressions, each of which returns a value.
If either handler returns a value, the new promise is fulfilled with that value. .
Lisp programs are trees of expressions, each of which returns a value.
If the method returns a value, a call to the method is usually treated as a value. .
The increment operator increments(adds one to) its operand and returns a value.
The function always returns a value, if this value is not indicated, it will return underfined.
As the result of a function that returns a value that is acceptable in a YEAR context, such as NOW().
This requests the sixth entry in the three-times-table, which returns a value of 18, or 3 times 6.
If a“SpecOp” returns a value, its parameter list is followed by the symbol“→” and the type of the returned value. .
The return statement has two forms: one that returns a value, and one that does not.
In an expression-oriented language,(nearly)every statement is an expression and therefore returns a value.
The return statement has two forms: one that returns a value, and one that does not.
There are two ways to call a method;the choice is based on whether the method returns a value or not.
As the result of a function that returns a value that is acceptable in a TIME context, such as CURRENT_TIME.
Moreover, the state mode implementation class method generally returns a value, or changes the value of an instance variable.
As mentioned earlier, read_line puts what the user types into the string we're passing it,but it also returns a value- in this case, an io::Result.