Uses of Class
net.sourceforge.uiq3.fx603p.L_Register
-
Packages that use L_Register Package Description net.sourceforge.uiq3.fx603p FX-603P simulation. -
-
Uses of L_Register in net.sourceforge.uiq3.fx603p
Fields in net.sourceforge.uiq3.fx603p declared as L_Register Modifier and Type Field Description private @NotNull L_Register @NotNull []
Calculator. L
The L-Register are used for general calculations.Methods in net.sourceforge.uiq3.fx603p that return L_Register Modifier and Type Method Description @NotNull L_Register
Calculator. L(int Register)
Methods in net.sourceforge.uiq3.fx603p with parameters of type L_Register Modifier and Type Method Description void
L_Register. Assign(@NotNull L_Register Right)
Assign one L-Register to another one
-