Click or drag to resize

UtilUnitConversionFactors Method (eumUnit, eumUnit, Double, Double, Boolean)

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static bool UnitConversionFactors(
	eumUnit targetUnit,
	eumUnit sourceUnit,
	out double factor,
	out double offset,
	bool unitsMustBeEquivalent
)

Parameters

targetUnit
Type: eumUnit
sourceUnit
Type: eumUnit
factor
Type: SystemDouble
offset
Type: SystemDouble
unitsMustBeEquivalent
Type: SystemBoolean

Return Value

Type: Boolean
See Also