Click or drag to resize
PhysicalUnaryNegation Operator
Negate a Physical object.

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

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