var width: Measurement<UnitType>.FormatStyle.UnitWidth
The width of the measurement unit.
寸法単位の幅。
struct Measurement.FormatStyle.UnitWidth
Specifies the width of the unit, determining the textual representation.
テキスト表現を判断して、単位の幅を指定します。
var usage: MeasurementFormatUnitUsage<UnitType>?
The intended purpose of the formatted measurement.
書式設定された寸法の意図される目的。
var hidesScaleName : Bool
The visibility of the unit name of a temperature.
ある温度の単位名の可視性。
Available when
UnitType
is UnitTemperature
.
UnitType
がUnitTemperature
である時に利用可能。
func locale(Locale) -> Measurement<UnitType>.FormatStyle
Modifies the measurement format style to use the specified locale.
寸法書式設定スタイルを修正してこの指定されたロケールを使うようにします。