Overloaded operator that computes the component-by-component arithmetic negative of the argument.
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static TPSAMaps operator -( TPSAMaps a ) |
Visual Basic |
---|
Public Shared Operator - ( _ a As TPSAMaps _ ) As TPSAMaps |
Visual C++ |
---|
public: static TPSAMaps^ operator -( TPSAMaps^ a ) |
Parameters
- a
- Type: TPSA..::..TPSAMaps
The TPSAMaps object whose negative is computed.