| Name | Value | Class |
|---|---|---|
| pi | 3.14159265 | CX_NUMERIC |
| e | 2,71828182 | CX_NUMERIC |
| true | 1 | CX_BOOLEAN |
| false | 0 | CX_BOOLEAN |
Furthermore, names of data types, defined in InstantView®, all classes that are known in ClassiX® included, can be used as numeric constants. These values are required for example in connection with the functions type and inherited.
| Function | results are objects of the class... | Examples |
|---|---|---|
| Date(...) | CX_DATE | Date("24.12.1900") Date("today") |
| SpanDate(...) | CX_SPAN_DATE | SpanDate("3.1.1999 - 23.2.1999") |
| Time(...) | CX_TIME | Time("12.00") Time("now") |
| BitPattern(...) | CX_BIT_PATTERN | BitPattern("1011011101") |