Subtract two compatible Physical objects.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Physical Subtract(
Physical x,
Physical y
)
Public Shared Function Subtract (
x As Physical,
y As Physical
) As Physical
public:
static Physical Subtract(
Physical x,
Physical y
)
static member Subtract :
x : Physical *
y : Physical -> Physical
Parameters
- x
- Type: Imsl.MathPhysical
A Physical object.
- y
- Type: Imsl.MathPhysical
A Physical object which is to be subtracted from x.
Return Value
Type:
Physical
A
Physical object which is the result of x - y.
Exceptions See Also