📜  java.util.Formatter.BigDecimalLayoutForm枚举

📅  最后修改于: 2020-11-14 06:41:34             🧑  作者: Mango


介绍

java.util.Formatter.BigDecimalLayoutForm枚举提供了用于格式化非常大的十进制数字的可用样式。

枚举声明

以下是java.util.Formatter.BigDecimalLayoutForm枚举的声明-

public static enum Formatter.BigDecimalLayoutForm
   extends Enum

常数

以下是java.util.Formatter.BigDecimalLayoutForm枚举的常量-

  • DECIMAL_FLOAT-为BigDecimals使用普通的十进制/浮点样式。

  • 科学-为BigDecimals使用科学风格。

枚举方法

Sr.No. Method & Description
1

static Formatter.BigDecimalLayoutForm valueOf(String name)

This method returns the enum constant of this type with the specified name.

2

static Formatter.BigDecimalLayoutForm[] values()

This method returns an array containing the constants of this enum type, in the order they are declared.