We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bc9c9 commit d3e0b56Copy full SHA for d3e0b56
UnitsNet/GeneratedCode/UnitClasses/Density.g.cs
@@ -259,7 +259,7 @@ public static Density FromTonnesPerCubicMeter(double tonnespercubicmeter)
259
/// </summary>
260
public static Density FromTonnesPerCubicMillimeter(double tonnespercubicmillimeter)
261
{
262
- return new Density(tonnespercubicmillimeter/1e-9);
+ return new Density(tonnespercubicmillimeter/1e-12);
263
}
264
265
#if !WINDOWS_UWP
UnitsNet/Scripts/UnitDefinitions/Density.json
@@ -75,7 +75,7 @@
75
76
"SingularName": "TonnePerCubicMillimeter",
77
"PluralName": "TonnesPerCubicMillimeter",
78
- "FromUnitToBaseFunc": "x/1e-9",
+ "FromUnitToBaseFunc": "x/1e-12",
79
"FromBaseToUnitFunc": "x*1e-12",
80
"Localization": [
81
0 commit comments