Subtracts a real value from the instance. Something like a -= operator.
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public TPSA Minus( double b ) |
Visual Basic |
---|
Public Function Minus ( _ b As Double _ ) As TPSA |
Visual C++ |
---|
public: TPSA^ Minus( double b ) |
Parameters
- b
- Type: System..::..Double
The double value to be subtracted from the instance.
Return Value
Itself.Remarks
Does not create any new objects, but modifies the instance.