RDML (version 0.9-8)

quantityType: quantityType R6 class.

Description

A quantity is always defined by its value and its unit. Inherits: rdmlBaseType.

Usage

quantityType

Arguments

Format

An R6Class generator object.

Initialization

quantityType$new(value, unit)

@section Fields:

value

checkNumber. Value.

unit

quantityUnitType. Unit.