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 | 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