init(from: Decoder)
Creates a new instance by decoding from the given decoder.
新しいインスタンスをこの与えられたデコーダからデコーディングすることによって作成します。
Measurement
given a specified value and unit.
指定された値と単位を与えられたMeasurement
を作成します。
Availability 有効性
Technology
init(value: Double
, unit: UnitType )
value
The double-precision floating-point measurement value. 倍精度浮動小数点寸法値。
unit
The unit of measure. 寸法の単位。
init(from: Decoder)