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.138 -- Release Build+dacff88cce10d287c7434d5aac59c76948c712b1
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.