Negate a Physical object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static Physical Negate(
	Physical x
)
Visual Basic (Declaration)
Public Shared Function Negate ( _
	x As Physical _
) As Physical
Visual C++
public:
static Physical Negate(
	Physical x
)

Parameters

x
Type: Imsl.Math..::.Physical
A Physical object which is to be negated.

Return Value

A Physical object which has been negated.

See Also