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