IMSL C# Numerical Library

Physical.Divide Method (Physical, Physical)

Divides two Physical objects.

public static Physical Divide(
   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 | Physical.Divide Overload List