RankValues#

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

Methods

RankValues.conjugate

Returns self, the complex conjugate of any int.

RankValues.bit_length(/)

Number of bits necessary to represent self in binary.

RankValues.bit_count(/)

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

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

Return an array of bytes representing an integer.

RankValues.from_bytes(/, bytes[, byteorder, ...])

Return the integer represented by the given array of bytes.

RankValues.as_integer_ratio(/)

Return integer ratio.

Attributes

RankValues.real

the real part of a complex number

RankValues.imag

the imaginary part of a complex number

RankValues.numerator

the numerator of a rational number in lowest terms

RankValues.denominator

the denominator of a rational number in lowest terms

RankValues.SINGLE_RANK

RankValues.ALL_RANKS