This document is archived and information here might be outdated. Recommended version. |
The rate factor applied to the ValueToSring and StringToValue methods.
[Visual Basic .NET]
Public Property RateFactor As Double
[C#]
public double RateFactor {get; set;}
[C++]
HRESULT get_RateFactor(
double factor
);
[C++]
HRESULT put_RateFactor(
System.Double* factor
);
[C++] Parameters factor [in]
factor is a parameter of type double factor [out, retval]
factor is a parameter of type double*
The RateFactor property sets or returns a value (default: 1000) that is used as a divisor in the ValueToString method and as a multiplier in the StringToValue method in the associated INumberFormat interface.
IRateFormat Interface | CurrencyFormat Class | IScientificNumberFormat Interface | FractionFormat Class | IPercentageFormat Interface | INumericFormat Interface | IFractionFormat Interface | NumericFormat Class | IAngleFormat Interface | LatLonFormat Class | ICustomNumberFormat Interface | PercentageFormat Class | ILatLonFormat2 Interface | ILatLonFormat Interface | RateFormat Class | IRateFormat Interface | CustomNumberFormat Class | INumberFormat Interface | ScientificFormat Class | AngleFormat Class