The maximum number of digits for the numerator or denominator, or the denominator of the formatted fraction.
[Visual Basic .NET] Public Property FractionFactor As Integer
[C#] public int FractionFactor {get; set;}
[C++]
HRESULT get_FractionFactor(
long* factor
);
[C++]
HRESULT put_FractionFactor(
long factor
);
[C++]Parameters
factor [out, retval] factor is a parameter of type long factor [in] factor is a parameter of type long
Product Availability
Description
The FractionFactor property sets or returns a value (default: 1) that specifies the maximum number of digits for the numerator or denominator, or is used as the denominator of the formatted fraction.
The way the FractionFactor property is used depends on how the FractionOption property is set.
See Also
IFractionFormat 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