Instance Method インスタンスメソッド

initWithSymbol:converter:

Initializes a dimensional unit with the symbol and unit converter you specify. ある次元単位をこのあなたが指定する表象および単位コンバータで初期化します。

Declaration 宣言

- (instancetype)initWithSymbol:(NSString *)symbol 
                     converter:(NSUnitConverter *)converter;

Parameters パラメータ

symbol

The symbol used to represent the unit. 単位を表すために使われる記号。

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. これは、指定イニシャライザです。