RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TConvTypeFactor.Factor Property

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

Pascal
property Factor: Double;
C++
__property Double Factor;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!