asPoundsForce property

Force get asPoundsForce

Returns a Force object representing this force in Pounds-force (lbf).

Implementation

Force get asPoundsForce => convertTo(ForceUnit.poundForce);