class var megaamperes: UnitElectricCurrent
class var kiloamperes: UnitElectricCurrent
class var amperes: UnitElectricCurrent
class var milliamperes: UnitElectricCurrent
class var microamperes: UnitElectricCurrent
Availability 有効性
Technology
class UnitElectricCurrent : Dimension
You typically use instances of NSUnit
to represent specific quantities of electric current using the NSMeasurement
class.
あなたは概してNSUnit
のインスタンスを使用して、NSMeasurement
クラスを使っている電流の具体的な量を表します。
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 NSUnit
class defines its base unit as amperes
, and provides the following units, which are initialized using Unit
converters with the specified coefficients:
NSUnit
クラスは、それの基本単位をamperes
として定義します、そして以下の単位を提供します、それらは指定された係数でUnit
変換器を使用して初期化されます:
Name 名前 |
Method メソッド |
Symbol 記号 |
Coefficient 係数 |
---|---|---|---|
Megaamperes メガアンペア |
MA |
|
|
Kiloamperes |
kA |
|
|
Amperes |
A |
|
|
Milliamperes |
mA |
|
|
Microamperes |
µA |
|
class var megaamperes: UnitElectricCurrent
class var kiloamperes: UnitElectricCurrent
class var amperes: UnitElectricCurrent
class var milliamperes: UnitElectricCurrent
class var microamperes: UnitElectricCurrent
class UnitElectricCharge
class UnitElectricPotentialDifference
class UnitElectricResistance