Class

NSUnitPower

A unit of measure for power. 仕事率に対する計測の単位。

Declaration 宣言

@interface NSUnitPower : NSDimension

Overview 概要

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

Power 仕事率

Power is the amount of energy used over time. The SI unit for power is the watt (W), which is derived as one joule per second (1W = 1J / 1s). 仕事率は、時間とともに使われるエネルギーの量です。仕事率に対するSI単位は、ワット(W)です、それは1ジュール毎秒(1W = 1J / 1s)として導き出されます。

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

Name 名前

Method

Symbol

Coefficient 係数

Terawatts

terawatts

TW

1e12

Gigawatts

gigawatts

GW

1e9

Megawatts

megawatts

MW

1000000.0

Kilowatts

kilowatts

kW

1000.0

Watts

watts

W

1

Milliwatts

milliwatts

mW

0.001

Microwatts

microwatts

µW

0.000001

Nanowatts

nanowatts

nW

1e-9

Picowatts

picowatts

pW

1e-12

Femtowatts

femtowatts

fW

1e-15

Horsepower

horsepower

hp

745.7

Topics 話題

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

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

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Energy, Heat, and Light エネルギー、熱、そして光