Examples of using Function returns in English and their translations into Japanese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
This function returns the square root of its argument.
The function's argument is a monad's pertinent value, and the function returns another monad.
This function returns the modulus of its argument.
All of the init blocks(and other init-phase code)in the module are run before this function returns.
The function returns undef only if it gave undef.
People also translate
The database will contain just the schema andthe validation records when this function returns. msilib.
The function returns the character that corresponds to this number.
Stronger stack protection is possible by splitting the stack in two:one for data and one for function returns.
If the function returns a number, use libcallnr()!
And what this does is it checks to see if this key is in the hashtable, and if it is,that's what this function returns; otherwise, it returns none.
The function returns the character that was cut from the line:.
In the string is the letter'H' in the upper register, but there is no letter'h' in lower case,so for'h' the function returns the special value -1- not found.
If the function returns 0, this means that there was no replacement.
It states the name of the function(main), the type and number of arguments it expects(void, meaning none),and the type of value that this function returns(int).
Finally, the function returns with the number 0, ending the program.
Bug fix in gosh that didn't flush buffered ports when it is used non-interactively andScheme's main function returns. thanks to Fujii-san.
The ERFC() function returns the complementary error function. .
When using three arguments substr($str,$offset,$length) the function returns$length characters from a string$str starting with the character at position$offset.
This function returns the length of the string, which is passed argument to the function. .
When you use a negative number as the argument function returns a number which is strictly greater than the specified argument is less than or equal 0.
This function returns the number that corresponds to a specified symbol.
That context is info such as what type a function returns, or that two places in which a variable is used are in fact using the same variable.
This function returns a string with whitespace stripped from the beginning and end of$str.
In case of an explicit return statement, the function returns the value specified by that statement, but only if the return value is an Object.
When the function returns, this variable contains the size of the data copied to lpData.
When using two arguments substr($str,$offset) the function returns all characters from the string$str starting with the character at position$offset to the end of the row.
When the function returns, FPResponse handles the result object and(hopefully) prints the artist's name to the screen.
If you use four arguments substr($str,$offset,$replacement)function returns the same as in the case of three arguments, but additionally replace in the original string, the value obtained by$replacement.
If the sleep() function returns due to the delivery of a signal, the value returned will be the unslept amount(the requested time minus the time actually slept) in seconds.
If the sleep() function returns because the requested time has elapsed, the value returned will be zero.