Negate a Physical object.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static Physical operator -( Physical x ) |
Visual Basic (Declaration) |
---|
Public Shared Operator - ( _ x As Physical _ ) As Physical |
Visual C++ |
---|
public: static Physical operator -( Physical x ) |
Parameters
- x
- Type: Imsl.Math..::.Physical
A Physical object which is to be negated.