Divides the instance by a TPSA object and returns itself.
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public TPSA Divide( ref TPSA b ) |
Visual Basic |
---|
Public Function Divide ( _ ByRef b As TPSA _ ) As TPSA |
Visual C++ |
---|
public: TPSA^ Divide( TPSA^% b ) |
Parameters
- b
- Type: TPSA..::..TPSA%
The object the instance is to be divided by.
Return Value
Itself.Remarks
Does not create a new object, but modifies the instance.