System.ConvUtils.TConvTypeFactor.Factor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Factor: Double read FFactor;

C++

__property double Factor = {read=FFactor};

Properties

Type Visibility Source Unit Parent
property protected
System.ConvUtils.pas
System.ConvUtils.hpp
System.ConvUtils TConvTypeFactor

Description

Specifies the conversion factor that converts from the conversion type into the base units of the conversion family.

Factor is the conversion factor that defines the relationship between this conversion type and the base units of its conversion family. The ToCommon method multiplies a measurement made using this conversion type to obtain the corresponding value that uses the base units for the conversion family. The FromCommon method divides a measurement made using the base units for the conversion family to obtain the corresponding value expressed using this conversion unit.

See Also