TemperatureFromNewton Method
Creates a new
Temperature value from the specified
value in Newton.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
Public Shared Function FromNewton (
value As Double
) As Temperature
Gemstone.Units.Temperature.FromNewton = function(value);
- value Double
- New Temperature value in Newton.
TemperatureNew
Temperature object from the specified
value in Newton.