Click or drag to resize

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.

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

Parameters

fromUnit
Type: eumUnit

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

toUnit
Type: eumUnit

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

Return Value

Type: Boolean

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

See Also