EbsOpen Class Library for EBSILON®Professional

FluidData.PropertyPBOIL_OF_S Method 

[Visual Basic]
Public Function PropertyPBOIL_OF_S( _ 
   ByVal Entropy As Double, _ 
   Optional ByVal ReturnOnError As Double = -999 _ 
) As Double
[C#]
public double PropertyPBOIL_OF_S(
   double Entropy,
   double ReturnOnError
);
[C++]
public: double PropertyPBOIL_OF_S(
   double Entropy,
   double ReturnOnError
);
[JScript]
public function PropertyPBOIL_OF_S(
   double Entropy,
   double ReturnOnError
): double;

See Also

FluidData Class | EbsOpen Namespace