IMSL C# Numerical Library

Physical Division Operator 

Divide a Physical object by a double.

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

Parameters

x
A Physical object which is the numerator.
y
A double 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