[Visual Basic] Public Function TableFunctionLAMBDABOIL_OF_PXIV( _ ByRef Output As Double, _ ByVal Pressure As Double, _ ByVal CoolMediumFractionInVaporPhase As Double, _ Optional ByRef Phase As EpFluidPhase = _ ) As EpFluidTableResult [C#] public EpFluidTableResult TableFunctionLAMBDABOIL_OF_PXIV( out double Output, double Pressure, double CoolMediumFractionInVaporPhase, out EpFluidPhase Phase ); [C++] public: EpFluidTableResult TableFunctionLAMBDABOIL_OF_PXIV( * double Output, double Pressure, double CoolMediumFractionInVaporPhase, * EpFluidPhase Phase ); [JScript] public function TableFunctionLAMBDABOIL_OF_PXIV( double Output, double Pressure, double CoolMediumFractionInVaporPhase, EpFluidPhase Phase ): EpFluidTableResult;
FluidData Class | EbsOpen Namespace