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 1f30398 commit 4583235Copy full SHA for 4583235
Src/UnitsNet/Force.cs
@@ -63,7 +63,7 @@ public double KiloPonds
63
64
public double PoundForce
65
{
66
- get { return 0.22481*Newtons; }
+ get { return 0.224808943 * Newtons; }
67
}
68
69
public double Poundal
@@ -90,7 +90,7 @@ public static Force FromPoundal(double pdl)
90
91
public static Force FromPoundForce(double lbf)
92
93
- return new Force(4.448222*lbf);
+ return new Force(4.4482216172334389740002469563677*lbf);
94
95
96
public static Force FromKilogramForce(double kgf)
0 commit comments