Multiply two values.
Multiply two Physical objects.
public static Physical Multiplication Operator(Physical,Physical);
Multiply a Physical object and a double.
public static Physical Multiplication Operator(Physical,double);
Multiply a double and a Physical object
public static Physical Multiplication Operator(double,Physical);
Physical Class | Imsl.Math Namespace