Examples of using Boolean value in English and their translations into Hungarian
{-}
-
Programming
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Financial
-
Official/political
-
Computer
Boolean value.
This function returns 3 floats and a boolean value.
A number, currency amount, Boolean value, or string is expected here.
A value of type %1 cannot have an Effective Boolean Value.
Yes Boolean value. Use linear or quadratic algorithm for steering.
A Boolean expression is any expression that has a Boolean value.
Boolean value that indicates if the month name is to be abbreviated.
The condition inside the if-statement does not evaluate to a boolean value.
Returns a Boolean value indicating whether an expression can be converted to a date.
You have created a selection formula that returns something other than a Boolean value.
Paused: a boolean value representing whether the sound should be paused or not.
The VARPA() function calculates the variance based on an entire population. Text andboolean values that evaluate to FALSE are counted as 0, boolean value that evaluate to TRUE are counted as 1.
Returns a Boolean value indicating whether an optional Variantargument has been passed to a procedure.
The STDEVPA() function returns standard deviation based on an entire population.If a referenced cell contains text or contains the boolean value FALSE, it is counted as 0. If the boolean value is TRUE it is counted as 1.
Returns a Boolean value that indicates whether an expression contains no valid data(Null).
The declared return type for the isEmpty method is boolean, and the implementation of the method returns the boolean value true or false, depending on the outcome of a test.
Returns a Boolean value that indicates whether a specified expression can be evaluated as a number.
Example 1: This example would return three float values representing the sample rate, tempo,pitch and a boolean value representing whether the sound is reversed or not, every 5 seconds.
Effective Boolean Value cannot be calculated for a sequence containing two or more atomic values. .
The STDEVA() function returns the estimate standard deviation based on a sample. The standard deviation is a measure of how widely values are dispersed from the average value. If a referenced cell contains text or contains the boolean value FALSE, it is counted as 0. If the boolean value is TRUE it is counted as 1.
ToggleControls: A boolean value determining whether to disable controls whilst the cursor is showing.
The SUMA() function calculates the sum of all the values given as parameters. You can calculate the sum of a range SUMA(A1: B5) or a list of values like SUMA(12; 5;12.5). If a parameter contains text or the boolean value FALSE it is counted as 0, if a parameter evaluates to TRUE it is counted as 1.
Bellman-Ford algorithm returns a boolean value indicating whether or not there is a negative-weight cycle that is reachable from the source.
A Boolean value is a logical TRUE(1) or FALSE(0) value or a reference to a cell containing or resulting in a logical TRUE or FALSE value. .
If an argument is specified as any, it can be a Boolean value, date/time value, duration value, number value, or string value. .
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.
Set the value for the selected view option here. Make sure the value you enter matches the data type expected by the option. For example,the"UseAltAz" option expects a boolean value, so you should enter"true","false","1", or"0". If you are unsure what data type is expected, examine the Tree View of options using the"Browse Tree" button.
This parameter is either a boolean value which toggles logging on and off, or a string containing the logfile in which log errors too.
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 ToText function, when used with Boolean values, is most useful for combining(concatenating) a Boolean value with other text.