PhysicalDivide Method (Double, Physical) |
Divides a double by a Physical object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Physical Divide(
double x,
Physical y
)
Public Shared Function Divide (
x As Double,
y As Physical
) As Physical
public:
static Physical Divide(
double x,
Physical y
)
static member Divide :
x : float *
y : Physical -> Physical
Parameters
- x
- Type: SystemDouble
A double 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