नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Performs a logical negation on a numeric expression.
Syntax
NOT Expression1
Parameters
Expression1
A valid Multidimensional Expressions (MDX) expression that returns a numeric value.
Return Value
A Boolean value that returns false if the argument evaluates to true; otherwise, true.
Remarks
The NOT operator treats the expression as a Boolean value (zero, 0, as false; otherwise, true) before the operator performs the logical negation. The following table illustrates how the NOT operator performs the logical negation.
| Expression1 | Return Value |
|---|---|
| true | false |
| false | true |