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