IMSL C# Numerical Library

Physical Division Operator 

Divide two Physical objects.

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

Parameters

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