Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Logical::! Operator
Syntax
C++
Logical operator !() const;

A negation ("NOT") operator for the Logical data type. Inverts the Logical object value:

  • from True into False.
  • from False into True
  • in all other cases the operator returns the Unknown value.

The Logical object that has the inverted value.

Implementation according to the ISO 10303-11, 12.4.1.

Copyright © 2002-2022. Open Design Alliance All rights reserved.