UtilUnitConversionFactors Method (eumUnit, eumUnit, Double, Double, Boolean, Boolean) | 
  
    Namespace: 
   DHI.Mike1D.Generic
    Assembly:
   DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntaxpublic static bool UnitConversionFactors(
	eumUnit targetUnit,
	eumUnit sourceUnit,
	out double factor,
	out double offset,
	bool unitsMustBeEquivalent,
	bool undefinedAsSI
)
Parameters
- targetUnit
 - Type: eumUnit
 - sourceUnit
 - Type: eumUnit
 - factor
 - Type: SystemDouble
 - offset
 - Type: SystemDouble
 - unitsMustBeEquivalent
 - Type: SystemBoolean
 - undefinedAsSI
 - Type: SystemBoolean
 
Return Value
Type: 
Boolean
See Also