メインコンテンツまでスキップ
バージョン:25.2

unitType

  • function

  • new in 1.82

  • The unitType function returns the unit type name for a unit name or for a value with units.

  • Examples: +

     put the unitType of "hours" —> duration
     put unitType(5kg) —> mass
  • Related: unitTypes