Platforms to show: All Mac Windows Linux Cross-Platform

Back to SortMBS module.

SortMBS.SortVariantDelegateCurrencyMBS(v1 as Currency, v2 as Currency) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
delegate Sort MBS Util Plugin 24.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The delegate to compare two currency values.

Return 0 if equal, 1 if first value is bigger or -1 if first value is smaller.

Some methods using this delegate:

  • SortMBS.SortArrayMBS(theArray() as Currency, theDelegate as SortVariantDelegateCurrencyMBS, descending as boolean = false)
  • SortMBS.SortMBS(extends theArray() as Currency, theDelegate as SortVariantDelegateCurrencyMBS, descending as boolean = false)

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...