toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.calculator
/
IL_Register
IL_Register
Library
interface
IL_Register
:
IClear
Author
Martin Krischik «krischik@users.sourceforge.net»
Since
1.0
Members
Functions
Assign
Link copied to clipboard
Library
abstract
fun
Assign
(
Right
:
IL_Register
)
Assign one L-Register to another one
Clear
Link copied to clipboard
Library
abstract
fun
Clear
(
AC
:
Boolean
)
Clear content of Register, Key, Opeartion
clone
Link copied to clipboard
Library
protected
open
fun
clone
(
)
:
Any
equals
Link copied to clipboard
Library
open
fun
equals
(
obj
:
Any
)
:
Boolean
finalize
Link copied to clipboard
Library
protected
open
fun
finalize
(
)
Format
Link copied to clipboard
Library
abstract
fun
Format
(
)
:
Array
<
Short
>
Format in standard format.
Format_Print
Link copied to clipboard
Library
abstract
fun
Format_Print
(
)
:
Array
<
Short
>
Format in printer format
get
Class
Link copied to clipboard
Library
fun
getClass
(
)
:
Class
<
out
Any
>
hash
Code
Link copied to clipboard
Library
open
fun
hashCode
(
)
:
Int
Inc_Parenthesis
Link copied to clipboard
Library
abstract
fun
Inc_Parenthesis
(
)
Increment parenthesis level (+-×÷ ...
notify
Link copied to clipboard
Library
fun
notify
(
)
notify
All
Link copied to clipboard
Library
fun
notifyAll
(
)
Parenthesis
Link copied to clipboard
Library
abstract
fun
Parenthesis
(
)
:
Int
Get parenthesis level (+-×÷ ...
abstract
fun
Parenthesis
(
Parenthesis
:
Int
)
Set parenthesis level (+-×÷ ...
Set_Na
N
Link copied to clipboard
Library
abstract
fun
Set_NaN
(
)
Set value of the register to NaN
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String
Value
Link copied to clipboard
Library
abstract
fun
Value
(
)
:
Number
Temp_Value of the register.
abstract
fun
Value
(
Value
:
Number
)
Set value of the register.
wait
Link copied to clipboard
Library
fun
wait
(
)