Uses of Interface
de.grogra.xl.lang.VoidToDouble
Packages that use VoidToDouble
-
Uses of VoidToDouble in de.grogra.rgg
Methods in de.grogra.rgg with parameters of type VoidToDoubleModifier and TypeMethodDescriptionprotected voidRGG.monitor(VoidToDouble g) Install a monitor function that generates an event when the returned value changes its sign.protected voidRGG.monitor(VoidToDouble g, Runnable r) Install a monitor function that generates an event when the returned value changes its sign. -
Uses of VoidToDouble in de.grogra.rgg.numeric
Methods in de.grogra.rgg.numeric with parameters of type VoidToDoubleModifier and TypeMethodDescriptionvoidGraphODE.monitor(VoidToDouble g) Install a monitor function that generates an event when the returned value changes its sign.voidGraphODE.monitor(VoidToDouble g, Runnable r) Install a monitor function that generates an event when the returned value changes its sign.