Click or drag to resize
PhysicalDivision Operator (Physical, Physical)
Divide two Physical objects.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Physical operator /(
	Physical x,
	Physical y
)

Parameters

x
Type: Imsl.MathPhysical
A Physical object which is the numerator.
y
Type: Imsl.MathPhysical
A Physical object which is the divisor.

Return Value

Type: Physical
A Physical object which is the result of x/y.
See Also