| ELZED | Documentation | The Details | API |
| lzGetRadixMarkThe lzGetRadixMark function reports the character used to separate the whole and fractional parts of a number. char lzGetRadixMark();
Parameters
Return Value | Returns a character code indicating the radix mark in use. The code will be one of the following values:
Code |
Constant |
Meaning |
'P'
|
kRadixPeriod |
A period is used for the radix mark. |
'C'
|
kRadixComma |
A comma is used for the radix mark. |
|
Versions | Introduced in Elzed 1.0.0 | | This page describes the version of lzGetRadixMark active in Elzed 2.5.0 (61: 2.5.0) |
See Also |
| |