IMSL C# Numerical Library

Physical Division Operator 

Divide a double by a Physical object.

public static Physical operator /(
   double x,
   Physical y
);

Parameters

x
A double which is the numerator.
y
A Physical object which is the divisor.

Return Value

A Physical object which is the result of x/y.

See Also

Physical Class | Imsl.Math Namespace | PhysicalDivision Operator Overload List