Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 495 Bytes

File metadata and controls

18 lines (13 loc) · 495 Bytes

NumberFormatNotation

Number notation style options:

  • STANDARD: Regular number display ("1,234")
  • SCIENTIFIC: Scientific notation ("1.234E3")
  • ENGINEERING: Engineering notation ("1.234E3")
  • COMPACT: Compact notation ("1.2K")
Value
"STANDARD"
"SCIENTIFIC"
"ENGINEERING"
"COMPACT"

[Back to Model list] [Back to API list] [Back to README]