ホーム › Globalization › UNumberCompactStyle
UNumberCompactStyle
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| UNUM_SHORT | 0 | 0x0 |
| UNUM_LONG | 1 | 0x1 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum UNumberCompactStyle : int {
UNUM_SHORT = 0,
UNUM_LONG = 1
} UNumberCompactStyle;public enum UNumberCompactStyle : int
{
UNUM_SHORT = 0,
UNUM_LONG = 1,
}Public Enum UNumberCompactStyle As Integer
UNUM_SHORT = 0
UNUM_LONG = 1
End Enumimport enum
class UNumberCompactStyle(enum.IntEnum):
UNUM_SHORT = 0
UNUM_LONG = 1// UNumberCompactStyle
pub const UNUM_SHORT: i32 = 0;
pub const UNUM_LONG: i32 = 1;// UNumberCompactStyle
const (
UNUM_SHORT int32 = 0
UNUM_LONG int32 = 1
)const
UNUM_SHORT = 0;
UNUM_LONG = 1;// UNumberCompactStyle
pub const UNUM_SHORT: i32 = 0;
pub const UNUM_LONG: i32 = 1;const
UNUM_SHORT* = 0
UNUM_LONG* = 1enum UNumberCompactStyle : int {
UNUM_SHORT = 0,
UNUM_LONG = 1,
}#define global UNUM_SHORT 0x0
#define global UNUM_LONG 0x1