Multiplying

@Serializable
data class Multiplying<Left : UndefinedQuantityType, Right : UndefinedQuantityType>(val left: Left, val right: Right) : UndefinedQuantityType

Constructors

Link copied to clipboard
constructor(left: Left, right: Right)

Properties

Link copied to clipboard
val left: Left
Link copied to clipboard