Pacote | mx.formatters |
Classe | public final class NumberBaseRoundType |
Herança | NumberBaseRoundType Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
NumberFormatter.rounding
property using these constants.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
DOWN : String = "down" [estático]
Rounds a number down to an integer that is both closest to,
and less than or equal to, the input number. | NumberBaseRoundType | ||
NEAREST : String = "nearest" [estático]
Rounds a number up or down to the nearest integer. | NumberBaseRoundType | ||
NONE : String = "none" [estático]
Perform no rounding. | NumberBaseRoundType | ||
UP : String = "up" [estático]
Rounds a number up to an integer value that is both closest to,
and greater than or equal to, the input number. | NumberBaseRoundType |
Detalhes da constante
DOWN | Constante |
public static const DOWN:String = "down"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Rounds a number down to an integer that is both closest to, and less than or equal to, the input number.
NEAREST | Constante |
public static const NEAREST:String = "nearest"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Rounds a number up or down to the nearest integer.
NONE | Constante |
public static const NONE:String = "none"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Perform no rounding.
UP | Constante |
public static const UP:String = "up"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Rounds a number up to an integer value that is both closest to, and greater than or equal to, the input number.
Wed Jun 13 2018, 11:10 AM Z