Appearance
Home > resol-vbus-core > conversions > convertVolumetricFlow
conversions.convertVolumetricFlow() function
Converts volumetric flow values between different units
Signature:
typescript
export declare function convertVolumetricFlow(currentValue: number, currentUnit: VolumetricFlowUnit, targetUnit: VolumetricFlowUnit): ConversionResult;
Parameters
Parameter | Type | Description |
---|---|---|
currentValue | number | The value to convert |
currentUnit | The current unit | |
targetUnit | The target unit |
The conversion result