Struct Unit.Part
One part of the transformed Unit. a part of a unit is e.g. the minute resolution of a duration.
struct Part
;
Fields
Name | Type | Description |
---|---|---|
digits
|
int | number of digits |
name
|
string | name of the part |
value
|
long | value of the part |
Methods
Name | Description |
---|---|
toString
|
convenient tostring function. e.g. 10min |