ஆங்கிலம் Function returns ஐப் பயன்படுத்துவதற்கான எடுத்துக்காட்டுகள் மற்றும் அவற்றின் மொழிபெயர்ப்புகள் தமிழ்
{-}
-
Ecclesiastic
-
Colloquial
-
Computer
The FALSE() function returns the boolean value FALSE.
The LOG() function returns the base-10 logarithm of x.
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 LOG10() function returns the base-10 logarithm of the argument.
Combinations with other parts of speech
வினைச்சொற்களுடன் பயன்பாடு
பெயர்ச்சொற்களுடன் பயன்பாடு
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).
The BIN2OCT() function returns the value formatted as an octal number.
The NOR() function returns True if all the values given as parameters are of boolean type and have the value false. Otherwise it returns False.
The RANDNEGBINOM() function returns a negative binomially-distributed pseudo-random number.
The EXP() function returns the value of e(the base of natural logarithms) raised to the power of x.
The CUR() function returns the non-negative cube root of x.
The COS() function returns the cosine of x, where x is given in radians.
The GAUSS() function returns the integral values for the standard normal cumulative distribution.
The EASTERSUNDAY() function returns the date which corresponds to Easter Sunday in the year given as the parameter.
The GESTEP() function returns 1 if x greater or equals y, otherwise returns 0. y defaults to 0.
The ISERROR() function returns True if its parameter is an error of any type. Otherwise, it returns False.
The ISNONTEXT() function returns True if the parameter is not a string. Otherwise it returns False. It's the same as ISNOTTEXT.
The ISNUMBER() function returns True if the parameter is a numerical value. Otherwise it returns False. It's the same as ISNUM.
The ROW function returns the row of given cell reference. If no parameter is specified the row of the current cell gets returned. .
The BESSELY() function returns the Bessel function, which is also called the Weber function or the Neumann function. .
The BOOL2INT() function returns an integer value for a given boolean value. This method is intended for using a boolean value in methods which require an integer.
The RANDBETWEEN() function returns a pseudo-random number between bottom and top value. If bottomgt; top this function returns Err.
The RIGHT() function returns a substring that contains the'length'rightmost characters of the string. The whole string is returned if'length' exceeds the length of the string.
The NORMINV() function returns the inverse of the normal cumulative distribution. The number must be between 0 and 1(non-inclusive) and STD must be positive.
The ROUNDUP(value;[digits]) function returns value rounded up. Digits is the number of digits to which you want to round that number. If digits is zero or omitted, value is rounded up to the nearest integer.
The INT2BOOL() function returns a boolean value for a given integer number. This method is intended for using an integer in methods which require a boolean. It only accepts 0 or 1. If any other value is given, false is returned. .
The DAYS360() function returns the number of days from date1 to date2 using a 360-day calendar in which all months are assumed to have 30 days. If method is false(default) the US method will be used, the European otherwise.