ElementType#

class ansys.pyensight.core.libuserd.ElementType(value)#

An enumeration.

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, byteorder, *)

Return the integer represented by the given array of bytes.

ElementType.as_integer_ratio(/)

Return integer ratio.

Attributes