Click or drag to resize

BunchT Operators

Operators
  NameDescription
Public operatorStatic memberAddition(BunchT, BunchT)
Add another bunch's amount to this.
Public operatorStatic memberAddition(BunchT, Int32)
Add a certain amount.
Public operatorStatic memberAddition(BunchT, Single)
Add a certain amount.
Public operatorStatic memberDivision(BunchT, BunchT)
Divide the amount by a another bunch's amount.
Public operatorStatic memberDivision(BunchT, Int32)
Divide the amount by a number.
Public operatorStatic memberDivision(BunchT, Single)
Divide the amount by a number.
Public operatorStatic memberMultiply(BunchT, BunchT)
Multiply the amount by another bunch's amount.
Public operatorStatic memberMultiply(BunchT, Int32)
Multiply the amount by a number.
Public operatorStatic memberMultiply(BunchT, Single)
Multiply the amount by a number.
Public operatorStatic memberSubtraction(BunchT, BunchT)
Subtract another bunch's amount from this.
Public operatorStatic memberSubtraction(BunchT, Int32)
Subtract a certain amount.
Public operatorStatic memberSubtraction(BunchT, Single)
Subtract a certain amount.
Top
See Also