RawRational constructor
init
Initializes a new instance of the RawRational class.
def __init__(self, numerator, denominator):
...
| Parameter | Type | Description |
|---|---|---|
| numerator | int | The numerator. |
| denominator | int | The denominator. |
See Also
- module
groupdocs.metadata.formats.image - class
RawRational