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