IMSL C# Numerical Library

Physical.Multiply Method (Double, Physical)

Multiply a double and a Physical object.

public static Physical Multiply(
   double x,
   Physical y
);

Parameters

x
A double which is to be multiplied.
y
A Physical object which is to be multiplied.

Return Value

A Physical object which is the product of x and y.

See Also

Physical Class | Imsl.Math Namespace | Physical.Multiply Overload List