# Integer Qualified name: `manim.mobject.text.numbers.Integer` ### *class* Integer(number=0, num_decimal_places=0, \*\*kwargs) Bases: [`DecimalNumber`](manim.mobject.text.numbers.DecimalNumber.md#manim.mobject.text.numbers.DecimalNumber) A class for displaying Integers. ### Examples ### Methods | `get_value` | | |---------------|----| ### Attributes | `animate` | Used to animate the application of any method of `self`. | |-----------------------|------------------------------------------------------------------------| | `animation_overrides` | | | `color` | | | `depth` | The depth of the mobject. | | `fill_color` | If there are multiple colors (for gradient) this returns the first one | | `font_size` | The font size of the tex mobject. | | `height` | The height of the mobject. | | `n_points_per_curve` | | | `sheen_factor` | | | `stroke_color` | | | `width` | The width of the mobject. | * **Parameters:** * **number** (*float*) * **num_decimal_places** (*int*) * **kwargs** (*Any*) #### \_original_\_init_\_(number=0, num_decimal_places=0, \*\*kwargs) Initialize self. See help(type(self)) for accurate signature. * **Parameters:** * **number** (*float*) * **num_decimal_places** (*int*) * **kwargs** (*Any*) * **Return type:** None