Negate a Physical object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Physical Negate(
Physical x
)
Public Shared Function Negate (
x As Physical
) As Physical
public:
static Physical Negate(
Physical x
)
static member Negate :
x : Physical -> Physical
Parameters
- x
- Type: Imsl.MathPhysical
A Physical object which is to be negated.
Return Value
Type:
Physical
A
Physical object which has been negated.
See Also