|
PowerFromBTUPerSecond Method
|
Creates a new
Power value from the specified
value in BTU (International Table) per second.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax Public Shared Function FromBTUPerSecond (
value As Double
) As Power
static member FromBTUPerSecond :
value : float -> Power
GSF.Units.Power.FromBTUPerSecond = function(value);
View SourceParameters
- value Double
- New Power value in BTU per second.
Return Value
PowerNew
Power object from the specified
value in BTU per second.
See Also