Divides the value from the IAgQuantity interface to this interface. The dimensions must be similar.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgQuantity DivideQty( IAgQuantity Quantity ); |
| [Managed C++] |
|---|
public: IAgQuantity^ DivideQty( IAgQuantity ^ Quantity ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgQuantity divideQty( IAgQuantity Quantity ); |
[Python - STK API ] |
|---|
def DivideQty(self, Quantity:"IAgQuantity") -> "IAgQuantity": |
- Quantity






