pyocf.types.ratio

Type representation of a ratio as two parts of a quotient, i.e. numerator and denominator numeric values

pydantic model pyocf.types.ratio.Ratio

Type representation of a ratio as two parts of a quotient, i.e. numerator and denominator numeric values

field denominator: Numeric [Required]

Denominator of the ratio, i.e. the ratio of A to B (A:B) can be expressed as afraction (A/B), where B is the denominator

field numerator: Numeric [Required]

Numerator of the ratio, i.e. the ratio of A to B (A:B) can be expressed as afraction (A/B), where A is the numerator