property

get the described property of given quantity or unit


Parameters

property quantity :unit :quantity

Attributes

hashget property as a hash

Returns

  • :integer
  • :literal

Examples

copy
property 3`m ; => 'length property 4`m2 ; => 'area property 5`m3 ; => 'volume property 6`J/s ; => 'power property 3`V ; => 'potential

Related