ElementType#

class ansys.pyensight.core.libuserd.ElementType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#

Methods

ElementType.conjugate

Returns self, the complex conjugate of any int.

ElementType.bit_length(/)

Number of bits necessary to represent self in binary.

ElementType.bit_count(/)

Number of ones in the binary representation of the absolute value of self.

ElementType.to_bytes(/[, length, byteorder, ...])

Return an array of bytes representing an integer.

ElementType.from_bytes(/, bytes[, ...])

Return the integer represented by the given array of bytes.

ElementType.as_integer_ratio(/)

Return integer ratio.

Attributes