DecimalFormat Enumeration

class NXOpen.CAE.Xyplot.DecimalFormat

Bases: object

Represents the decimal number format Enum Members

Enum Member Enum Member Description
Actual Show decimal automatically
X Displays one digit followed by period
Xx Displays two digits followed by period
Xxx Displays three digits followed by period
Xxxx Displays four digits followed by period
Xexx Scientific notation with one digit followed by period,for example: 5.3E+05
Xxexx Scientific notation with two digits followed by period
Xxxexx Scientific notation with three digits followed by period
Xxxxexx Scientific notation with four digits followed by period
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.