Paquete | mx.formatters |
Clase | public final class NumberBaseRoundType |
Herencia | NumberBaseRoundType ![]() |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
NumberFormatter.rounding
property using these constants.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
DOWN : String = "down" [estática]
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ática]
Rounds a number up or down to the nearest integer. | NumberBaseRoundType | ||
NONE : String = "none" [estática]
Perform no rounding. | NumberBaseRoundType | ||
UP : String = "up" [estática]
Rounds a number up to an integer value that is both closest to,
and greater than or equal to, the input number. | NumberBaseRoundType |
Información sobre constantes
DOWN | Constante |
public static const DOWN:String = "down"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Rounds a number up or down to the nearest integer.
NONE | Constante |
public static const NONE:String = "none"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Perform no rounding.
UP | Constante |
public static const UP:String = "up"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Tue Jun 12 2018, 02:12 PM Z