JCL Help:BarToPascal

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a pressure from bar to Pascal.


Pascal

 function BarToPascal(const Bar: Float): Float;


Parameters

Parameters Description
const Bar: Float The pressure, in bar, to convert to Pascal.


Return Value

The pressure after conversion to Pascal.


Description

The BarToPascal routine converts the specified pressure, in bar, to the corresponding pressure in Pascal.


About

Unit

JclUnitConv


Donator

Matthias Thoma


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page