IMSL C# Numerical Library

Physical Multiplication Operator 

Multiply two Physical objects.

public static Physical operator *(
   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 | PhysicalMultiplication Operator Overload List