Class TRatio

Unit

Declaration

type TRatio = class(TElement)

Description

A relationship of two Quantity values - expressed as a numerator and a denominator. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property numerator : TQuantity read Getnumerator write Setnumerator;
Public property denominator : TQuantity read Getdenominator write Setdenominator;

Description

Methods

Public constructor Create; override;
 

Properties

Public property numerator : TQuantity read Getnumerator write Setnumerator;

The value of the numerator.

Public property denominator : TQuantity read Getdenominator write Setdenominator;

The value of the denominator.


Generated by PasDoc 0.15.0.