binaryninja.numbers.Integral¶
-
class
Integral
¶ Integral adds a conversion to long and the bit-string operations.
-
__init__
()¶ x.__init__(…) initializes x; see help(type(x)) for signature
Methods
conjugate
()Conjugate is a no-op for Reals. Attributes
denominator
Integers have a denominator of 1. imag
Real numbers have no imaginary component. numerator
Integers are their own numerators. real
Real numbers are their real component. -