Click or drag to resize

HDPipeDesignDataConvertMeterToFeetConditionally Method

Conversion from meters to feet, if InputOutputUnits is US

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double ConvertMeterToFeetConditionally(
	double x
)

Parameters

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.HDPipeDesignData.ConvertMeterToFeetConditionally(System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.Mike1DDataAccess.HDPipeDesignData.ConvertMeterToFeetConditionally(System.Double)"]

See Also