Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using the Nexmark sources:

Code Block
MDAIndex("TestMyStore", price)

Anchor
MDAIndices
MDAIndices
MDAIndices(String, List<Double>)

...

Using the Nexmark sources:

Code Block
MDAIndex("TestMyStore", ToList(price, ToDouble(initialbid)))

MDAAddDim(String, [Integer,] List<Double>)

This function adds a new dimension to an existing MDA store.

Arguments:

  1. The name for the store
  2. Optional: The index of the dimension. Leave it out to add the dimension as the last dimension.
  3. A list of borders (see MDADim)

Return value: null

Example:

Code Block
MDAAddDim("MyStore", MDADim(0.0, 200.0, ToInteger(3)))