baseUnit
gramsPerLiter
.
質量の濃度の基本単位を返します。gramsPerLiter
に等しい。
Availability 有効性
Technology
@interface NSUnitConcentrationMass : NSDimension
You typically use instances of NSUnit
to represent specific quantities of concentration using the NSMeasurement
class.
あなたは概してNSUnit
のインスタンスを使用して、濃度の具体的な量をNSMeasurement
クラスを使って表します。
Concentration is the abundance of a constituent within a volume. Concentration can be expressed by SI derived units in terms of kilograms per cubic meter (kg/m3). 濃度は、ある体積内のある成分の存在度です。濃度は、SI組立単位によってキログラム毎立方メートルの表現で表されることができます(kg/m3)。
The NSUnit
class defines its base unit as grams
, and provides the following units, which are initialized using NSUnit
converters with the specified coefficients:
NSUnit
クラスは、それの基本単位をgrams
として定義します、そして以下の単位を提供します、それらは指定された係数でNSUnit
変換器を使用して初期化されます:
Name 名前 |
Method |
Symbol |
Coefficient 係数 |
---|---|---|---|
Grams Per Liter グラム毎リットル |
g/L |
|
|
Milligrams Per Deciliter ミリグラム毎デシリットル |
mg/dL |
|
|
Millimoles Per Liter ミリモル毎リットル |
mmol/L |
|
baseUnit
gramsPerLiter
.
質量の濃度の基本単位を返します。gramsPerLiter
に等しい。
gramsPerLiter
milligramsPerDeciliter
+ millimolesPerLiterWithGramsPerMole:
NSUnitDispersion