Initializer

init(doubleValue:unit:)

Initializes a new measurement with a specified double-precision floating-point value and unit. 新しい寸法をある指定された倍精度浮動小数点値と単位で初期化します。

Declaration 宣言

init(doubleValue: Double, 
unit: Unit)

Parameters パラメータ

value

The double-precision floating-point measurement value. 倍精度浮動小数点寸法値。

unit

The unit of measure. 寸法の単位。

Return Value 戻り値

A measurement initialized to have the specified double-precision floating-point value and unit. 指定された倍精度浮動小数点値と単位を持つように初期化された寸法。