| オーバーロード | 解説 | 
|---|---|
| 暗黙的 キャスト 演算子(Double,Unit) | Returns the absolute value of a Unit expressed in UnitTypeEnum.Default units.
 Throws exception if the operation cannot be performed.  | 
| 暗黙的 キャスト 演算子(String,Unit) | Converts a unit value to a string. | 
| 暗黙的 キャスト 演算子(Unit,Double) | Converts a double value to a Unit using UnitTypeEnum.Default units. | 
| 暗黙的 キャスト 演算子(Unit,Int32) | Converts an integer value to a Unit using UnitTypeEnum.Default units. | 
| 暗黙的 キャスト 演算子(Unit,String) | Converts a string to a Unit value (see Unit.Unit コンストラクタ(String). |