IMSL C# Numerical Library

Physical Unary Negation Operator 

Negate a Physical object.

public static Physical operator -(
   Physical x
);

Parameters

x
A Physical object which is to be negated.

Return Value

A Physical object which has been negated.

See Also

Physical Class | Imsl.Math Namespace