Examples of using Function returns in English and their translations into Hungarian
{-}
-
Programming
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Financial
-
Official/political
-
Computer
The NOW() function returns the current date
The AND() function returns True if all the values are true. Otherwise it returns False(unless any of the values in an error- then it returns an error).
This function returns an element that corresponds to the current target of the specified player's camera(i.e. what it is following).
The OR() function returns True if at least one of the values is true. Otherwise it returns Falseunless any of the values is an error.
The NOR() function returns True if all the values given as parameters are of boolean type
The XOR() function returns False if the number of True values is even.
The NOT() function returns True if the value is False and returns False if the value is True. It returns an error if the input in an error.
The MINA() function returns the smallest value given in the parameters. TRUE evaluates to 1,
The MROUND() function returns the value rounded to the specified multiple. The value
The NORMINV() function returns the inverse of the normal cumulative distribution. The number must be between 0
The NORMSINV() function returns the inverse of the standard normal cumulative distribution. The number must be between 0 and 1(non-inclusive).
The COMPARE() function returns 0 if the two strings are equal;
The RIGHT() function returns a substring that contains the'length'rightmost characters of the string. The whole string is returned
This function returns an array of method names defined for the class specified by class_name.
This function returns an array of the names of the declared classes in the current script.
This function returns an multidimensional array containing a list of all defined functions,
This function returns the names of all the functions defined in the module indicated by module_name.
This function returns the names of all the modules compiled
This function returns -1 if the number is negative,
This function returns the count of all non empty arguments passed. You can count using a range: