KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzGetOutputBase

The lzGetOutputBase function reports which number base will be used to represent numeric results in the current context.

char lzGetOutputBase(
   void
);

Parameters

   

None.


Return Value

   Returns a character code indicating the current number base used for numeric output. The code character will be one of the following values:

Code
Constant
Meaning
'B'
kBase2
Base 2 used for numeric output.
'O'
kBase8
Base 8 used for numeric output.
'D'
kBase10
Base 10 used for numeric output.
'T'
kBase12
Base 12 used for numeric output.
'H'
kBase16
Base 16 used for numeric output.


Versions

   Introduced in Elzed 1.0.0
   This page describes the version of lzGetOutputBase active in Elzed 2.5.0 (55: 2.5.0)

See Also

   Contexts


  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy