NSUnitConcentrationMass.GetMillimolesPerLiter(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the NSUnitConcentrationMass of millimoles / liter for a constituent whose molar mass is gramsPerMole
.
[Foundation.Export("millimolesPerLiterWithGramsPerMole:")]
public static Foundation.NSUnitConcentrationMass GetMillimolesPerLiter (double gramsPerMole);
static member GetMillimolesPerLiter : double -> Foundation.NSUnitConcentrationMass
Parameters
- gramsPerMole
- Double
The mass, in grams, of a mole of the constituent.
Returns
- Attributes