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

factorThe number factor after which the abbreviation is applied.
formatThe string format of the abbreviated number.