UtilCandoUnitConversion Method

Returns true if unit conversions can be performed between the two units, i.e. they are different and none of them are undefined.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static bool CandoUnitConversion(
	eumUnit fromUnit,
	eumUnit toUnit
)

Parameters

fromUnit  eumUnit

[Missing <param name="fromUnit"/> documentation for "M:DHI.Mike1D.Generic.Util.CandoUnitConversion(DHI.Generic.MikeZero.eumUnit,DHI.Generic.MikeZero.eumUnit)"]

toUnit  eumUnit

[Missing <param name="toUnit"/> documentation for "M:DHI.Mike1D.Generic.Util.CandoUnitConversion(DHI.Generic.MikeZero.eumUnit,DHI.Generic.MikeZero.eumUnit)"]

Return Value

Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Util.CandoUnitConversion(DHI.Generic.MikeZero.eumUnit,DHI.Generic.MikeZero.eumUnit)"]

See Also