IMSL C# Numerical Library

Physical Multiplication Operator 

Multiply a Physical object and a double.

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