Dagsatser

data class Dagsatser(val antall: Int)

representerer en kvantitet i enhet dagsatser

Constructors

Link copied to clipboard
constructor(antall: Int)

Properties

Link copied to clipboard
val antall: Int

Functions

Link copied to clipboard
operator fun times(other: Int): Dagsatser