33 lines
429 B
Plaintext
33 lines
429 B
Plaintext
binaryninja.builtins.float
|
|
==========================
|
|
|
|
.. currentmodule:: binaryninja.builtins
|
|
|
|
.. autoclass:: float
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~float.as_integer_ratio
|
|
~float.conjugate
|
|
~float.fromhex
|
|
~float.hex
|
|
~float.is_integer
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~float.imag
|
|
~float.real
|
|
|
|
|