PhysicalDivide Method (Physical, Double) |
Divides a Physical object by a double.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Physical Divide(
Physical x,
double y
)
Public Shared Function Divide (
x As Physical,
y As Double
) As Physical
public:
static Physical Divide(
Physical x,
double y
)
static member Divide :
x : Physical *
y : float -> Physical
Parameters
- x
- Type: Imsl.MathPhysical
A Physical object which is the numerator.
- y
- Type: SystemDouble
A double object which is the divisor.
Return Value
Type:
Physical
A
Physical object which is the result of x/y.
See Also