initWithCoefficient:constant

Initializes the unit converter with the coefficient and constant you specify. 単位コンバータをあなたが指定する係数と定数で初期化します。

Declaration 宣言

- (instancetype)initWithCoefficient:(double)coefficient constant:(double)constant

Parameters パラメータ

coefficient

The coefficient used in the linear unit conversion calculation. 線形単位変換計算で使われる係数。

constant

The constant used in the linear unit conversion calculation. 線形単位変換計算で使われる定数。

Return Value 戻り値

A unit converter initialized with the specified coefficient and constant. 指定された係数と定数で初期化された単位コンバータ。

Overview 概要

This is the designated initializer. これは、指定イニシャライザです。

See Also 参照

Creating Unit Converters 単位コンバータを作成する