API Reference > OdDAI Namespace > Classes > Logical Class > Logical Operators > Logical::&& Operator
Logical::&& Operator
Syntax
C++
Logical operator &&(const Logical & other);
Parameters 
Description 
const Logical & other 
[in] Another Logical object (right-handed operand of the "AND" operation).  

The resulted Logical object.

An intersection ("AND") operator for the Logical data type.

Implementation according to the ISO 10303-11, 12.4.2.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.