IMSL C# Numerical Library

Physical.Multiply Method (Physical, Physical)

Multiply two Physical objects.

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

Parameters

x
A Physical object 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