NumberAbbreviation Constructor
Constructor in NumberAbbreviation
Declaration
public NumberAbbreviation(double factor, string format)Description
Creates a new number abbreviation with a given factor and format.
Parameters
| factor | The number factor after which the abbreviation is applied. |
| format | The string format of the abbreviated number. |