Kaluga
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaluga
scientific
/
com.splendo.kaluga.scientific
/
UndefinedQuantityType
/
Dividing
Dividing
@
Serializable
data
class
Dividing
<
NumeratorQuantity
:
UndefinedQuantityType
,
DenominatorQuantity
:
UndefinedQuantityType
>
(
val
numerator
:
NumeratorQuantity
,
val
denominator
:
DenominatorQuantity
)
:
UndefinedQuantityType
Members
Constructors
Dividing
Link copied to clipboard
constructor
(
numerator
:
NumeratorQuantity
,
denominator
:
DenominatorQuantity
)
Properties
denominator
Link copied to clipboard
val
denominator
:
DenominatorQuantity
numerator
Link copied to clipboard
val
numerator
:
NumeratorQuantity