numerator property

numerator property

Gets the numerator.

Definition:

@property
def numerator(self):
    ...
@numerator.setter
def numerator(self, value):
    ...

See Also