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(
double factor
);
[C++]Parameters
factor [out, retval] factor is a parameter of type double factor [in] factor is a parameter of type double
Product Availability
Description
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.
See Also
IRateFormat Interface | IScientificNumberFormat Interface | PercentageFormat Class | INumberFormat Interface | INumericFormat Interface | FractionFormat Class | IPercentageFormat Interface | ILatLonFormat Interface | ILatLonFormat2 Interface | LatLonFormat Class | ICustomNumberFormat Interface | RateFormat Class | NumericFormat Class | ScientificFormat Class | IRateFormat Interface | AngleFormat Class | IFractionFormat Interface | CurrencyFormat Class | CustomNumberFormat Class | IAngleFormat Interface