Class

UnitElectricResistance

A unit of measure for electric resistance. 電気抵抗に対する計測の単位。

Declaration 宣言

class UnitElectricResistance : Dimension

Overview 概要

You typically use instances of NSUnitElectricResistance to represent specific quantities of electric resistance using the NSMeasurement class. あなたは概してNSUnitElectricResistanceのインスタンスを使用して、NSMeasurementクラスを使っている電気抵抗の具体的な量を表します。

Electric Resistance 電気抵抗

Electric resistance is the difficulty of passing an electric current through a conductor. The SI unit for electric resistance is the ohm (Ω), which is derived as the electric resistance that produces one ampere of current between two points in conductor with one volt of electric potential difference (1Ω = 1V/1A). 電気抵抗は、電流をある導体を通して渡すことの難しさです。電気抵抗に対するSI単位は、オーム(Ω)です、それは1ボルトの電位差をもつ導体における2つの点の間に1アンペアの流れを生み出す電気抵抗として導き出されます(1Ω = 1V/1A)。

The NSUnitElectricResistance class defines its base unit as ohms, and provides the following units, which are initialized using UnitConverterLinear converters with the specified coefficients: NSUnitElectricResistanceクラスは、それの基本単位をohmsとして定義します、そして以下の単位を提供します、それらは指定された係数でUnitConverterLinear変換器を使用して初期化されます:

Name 名前

Method メソッド

Symbol 記号

Coefficient 係数

Megaohms メガオーム

megaohms

MΩ

1000000.0

Kiloohms

kiloohms

kΩ

1000.0

Ohms

ohms

1.0

Milliohms ミリオーム

milliohms

mΩ

0.001

Microohms

microohms

µΩ

0.000001

Topics 話題

Accessing Predefined Units あらかじめ定義された単位にアクセスする

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Electricity 電気