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

Format

An R6Class generator object.

Initialization

quantityType$new(value, unit)

@section Fields:

value

checkNumber. Value.

unit

quantityUnitType. Unit.

Super class

RDML::rdmlBaseType -> quantityType

Methods

Public methods

Inherited methods

Method new()

Usage

quantityType$new(value, unit)


Method clone()

The objects of this class are cloneable with this method.

Usage

quantityType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.