Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NumberViewOptions ¶
func NewNumberViewOptions ¶
func NewNumberViewOptions(precision int, rangeMin float64, rangeMax float64) *NumberViewOptions
func (*NumberViewOptions) Display ¶
func (num *NumberViewOptions) Display(v float64, raw string, unit string) string
func (*NumberViewOptions) GetPrecision ¶
func (num *NumberViewOptions) GetPrecision() int
func (*NumberViewOptions) IsVerySmallOrVeryLarge ¶
func (num *NumberViewOptions) IsVerySmallOrVeryLarge(v float64) bool
type NumberWithCommas ¶
type NumberWithCommas struct{}
Click to show internal directories.
Click to hide internal directories.