Class

NSUnitElectricCurrent

A unit of measure for electric current. 電流に対する計測の単位。

Declaration 宣言

@interface NSUnitElectricCurrent : NSDimension

Overview 概要

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

Electric Current 電流

Electric current is the flow of electric charge. The SI unit for electric current is the ampere (A), which is defined in terms the production of electromagnetic force between two parallel linear conductors. It can also be expressed as the flow of one coulomb per second (1A = 1C / s). 電流は、電荷の流れです。電流に対するSI単位は、アンペア(A)です、それは2つの平行する直線状導体の間の電磁力の産物に基づいて定義されます。それはまた、1クーロン毎秒の流れとして表されることができます(1A = 1C / s)。

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

Name 名前

Method

Symbol

Coefficient 係数

Megaamperes

megaamperes

MA

1000000.0

Kiloamperes

kiloamperes

kA

1000.0

Amperes

amperes

A

1.0

Milliamperes

milliamperes

mA

0.001

Microamperes

microamperes

µA

0.000001

Topics 話題

Accessing the Base Unit 基本単位にアクセスする

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

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Electricity 電気