NumberFormat
Returns the number format of a numeric entity.
Syntax
-
NumberFormat(x)
-
x
is a number, a vector, or a matrix
-
Description
NumberFormat(x)
returns the number format of x
as a string. This is typically one of "inherited"
, "default"
, "fixed"
, or "scientific"
.
See SetNumberFormat
for a description of each format.