The symbol used to represent the unit. 単位を表すために使われる記号。
Initializerinit(symbol:
init(symbol:converter:)
Initializes a dimensional unit with the symbol and unit converter you specify.
ある次元単位をこのあなたが指定する表象および単位コンバータで初期化します。
Availability 有効性
- iOS 10.0+
- iPadOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 10.0+
- watchOS 3.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(symbol: String
,
converter: UnitConverter
)
Parameters パラメータ
symbol
converter
The unit converter used to represent the unit in terms of the dimension’s base unit. その次元の持つ基本単位に基づいて単位を表すために使われる単位コンバータ。
Return Value 戻り値
A new dimensional unit with the specified symbol and unit converter. 指定された表象と単位コンバータを持つ新しい次元の単位。
Discussion 議論
This is the designated initializer. これは、指定イニシャライザです。