Public Delegate Function SynapticCurrentFunction ( _ time As Double, _ potential As Double _ ) As Double
public delegate double SynapticCurrentFunction( double time, double potential )
function(time, potential);