IMSL C# Numerical Library

Physical.Multiply Method (Physical, Double)

Multiply a Physical object and a double.

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

Parameters

x
A Physical object which is to be multiplied.
y
A double 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