Divides one value by another.
Divide two Physical
objects.
public static Physical Division Operator(Physical,Physical);
Divide a Physical
object by a double
.
public static Physical Division Operator(Physical,double);
Divide a double
by a Physical
object.
public static Physical Division Operator(double,Physical);
Physical Class | Imsl.Math Namespace