System.ConvUtils.ConvUnitDiff

From RAD Studio API Documentation
Jump to: navigation, search

API:System.ConvUtils.ConvUnitDiff

Description

Subtracts one measurement from another and returns the result using a specified unit of measurement.

Call ConvUnitDiff to find the difference between two measurements, with the result expressed in a specified conversion type.

AValue1 is the starting value.

AType1 is the unit of measurement for AValue1.

AValue2 is the value to be subtracted from AValue1.

AType2 is the unit of measurement for AValue2.

AResultType is the unit of measurement for the resulting value.

See Also