Divides a double by a Physical object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static Physical Divide(
	double x,
	Physical y
)
Visual Basic (Declaration)
Public Shared Function Divide ( _
	x As Double, _
	y As Physical _
) As Physical
Visual C++
public:
static Physical Divide(
	double x, 
	Physical y
)

Parameters

x
Type: System..::.Double
A double which is the numerator.
y
Type: Imsl.Math..::.Physical
A Physical object which is the divisor.

Return Value

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

See Also