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 | ILatLonFormat2 Interface | RateFormat Class | IFractionFormat Interface | ICustomNumberFormat Interface | IAngleFormat Interface | ScientificFormat Class | INumberFormat Interface | AngleFormat Class | LatLonFormat Class | INumericFormat Interface | PercentageFormat Class | CustomNumberFormat Class | IRateFormat Interface | IPercentageFormat Interface | NumericFormat Class | CurrencyFormat Class | ILatLonFormat Interface | IScientificNumberFormat Interface | FractionFormat Class