AttributeIntegerVec
Canonical path: NemAll_Python_BaseElements.AttributeIntegerVec
Bases: Attribute
IntegerVec attribute
Methods:
-
__eq__–Equal operator
-
__init__–Overloaded function. See individual overloads.
-
__ne__–Unequal operator
-
__repr__–Convert to string
Attributes:
-
Value(list[int] | VecIntList) –Get the attribute value
__eq__
__eq__(element: AttributeIntegerVec) -> bool
Equal operator
Parameters:
-
element(AttributeIntegerVec) –Element to compare
Returns:
-
bool–Elements are equal: true/false
__init__
overloaded
__ne__
__ne__(element: AttributeIntegerVec) -> bool
Unequal operator
Parameters:
-
element(AttributeIntegerVec) –Element to compare
Returns:
-
bool–Elements are unequal: true/false
Placeholder