IMSL C# Numerical Library

Physical.Divide Method (Physical, Double)

Divides a Physical object by a double.

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