In what order will mathematical conversions be performed if more than one is selected? (NETIQKB43558)

  • 7743558
  • 02-Feb-2007
  • 10-Nov-2010

Environment

SNMP Toolkit
AppManager 6.x
AppManager 7.0.x

Situation

In what order will mathematical conversions be performed if more than one is selected?

Resolution

SyncGet and SyncGet Table

Mathematical conversions will be performed in the following order:

  1. Multiplication
  2. Division
  3. Delta
  4. Percentage

SyncPoll and SyncPollTable

Mathematical conversions will be performed in the following order:

  1. Delta
  2. Multiplication
  3. Division
  4. Percentage


 



Additional Information

Formerly known as NETIQKB43558

Despite the different ordering, the end results of the calculations will be the same.

The only exception to this is the Division conversion for SyncGet and SyncGetTable. If both Division and Delta conversion are performed, then Integer Division is performed and any remainder is discarded. If Delta is not selected, the Real Number Division will be performed and any remainder will be preserved.