Structure
Measurement.AttributedStyle
A type that provides localized representations of measurements with an attributed string.
Declaration
宣言
Available when UnitType
conforms to Dimension
.
UnitType
がDimension
に準拠する時に利用可能。
Overview
概要
Use either the formatted()
or the formatted(_:)
instance method of Measurement
to create an attributed string representation of a measurement.
The formatted()
method generates a string using the default measurement format style.
formatted()
メソッドは、ある文字列を省略時の寸法書式設定スタイルを使って生成します。
Topics
話題
Formatting a Measurement
ある寸法を書式設定する
Modififying a Measurement Attributed Style
Comparing Measurement Attributed Styles
func hash(into: inout Hasher)
Hashes the essential components of the value by feeding them into the specified hasher.
この値の本質的な構成要素それらを、それらをこの指定されたハーシャーに供給する事によってハッシュ化します。
Encoding and Decoding Measurement Attributed Styles
See Also
参照
Formatting a Measurement
ある寸法を書式設定する
func formatted() -> String
Generates a locale-aware string representation of a measurement using the default measurement format style.
ある寸法のロケールを意識した文字列表現を省略時の寸法書式形式を使って生成します。
Available when UnitType
conforms to Dimension
.
UnitType
がDimension
に準拠する時に利用可能。
func formatted<S>(S) -> S.FormatOutput
Generates a locale-aware string representation of a measurement using the provided measurement format style.
ある寸法のロケールを意識した文字列表現をこの提供された寸法書式形式を使って生成します。
Available when UnitType
conforms to Dimension
.
UnitType
がDimension
に準拠する時に利用可能。
struct Measurement.FormatStyle
A type that provides localized representations of measurements.
ある型、それは寸法のローカライズされた表現を提供します。
Available when UnitType
conforms to Dimension
.
UnitType
がDimension
に準拠する時に利用可能。