Temperature(Double, Unit, MetricExponent) Constructor

Initializes a new instance of the Temperature class

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public Temperature(
	double value,
	Unit unit,
	MetricExponent exponent
)

Parameters

value  Double
 
unit  Unit
 
exponent  MetricExponent
 

See Also