MassFromPounds Method
Creates a new
Mass value from the specified
value in pounds (avoirdupois).
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public static Mass FromPounds(
double value
)
Public Shared Function FromPounds (
value As Double
) As Mass
public:
static Mass FromPounds(
double value
)
Gemstone.Units.Mass.FromPounds = function(value);
- value Double
- New Mass value in pounds.
MassNew
Mass object from the specified
value in pounds.