Logical Operators

LibreOffice बेसिक में निम्न लॉज़िकल ऑपरेटर समर्थित हैं.

Logical operators combine (bitwise) the contents of two expressions or variables, for example, to test if specific bits are set or not.

AND Operator

दो एक्सप्रेशन को लॉज़िकली संयुक्त करता है.

Eqv Operator

दो एक्सप्रेशन के लॉज़िकल इक्विवेलेंस की गणना करता है.

Imp Operator

दो एक्सप्रेशन पर लॉज़िकल इम्प्लीकेशन चलाता है.

Not Operator

बिट मान को इनवर्ट कर एक एक्सप्रेशन को नेगेट करता है.

Or Operator

दो एक्सप्रेशन पर logical OR disjunction चलाता है.

XOR Operator

दो एक्सप्रेशन पर logical Exclusive-Or combination चलाता है.

Please support us!