Platforms to show: All Mac Windows Linux Cross-Platform
Data Types
Classes for optimized data types like dictionaries and sets.
- Globals
- FFTDoubleAbsMBS(x as MemoryBlock, N as Integer = -1) as Double()
- FFTDoubleAbsMBS(x() as ComplexDoubleMBS, N as Integer = -1) as Double()
- FFTDoubleAbsMBS(x() as Double, N as Integer = -1) as Double()
- FFTDoubleMBS(x() as ComplexDoubleMBS, N as Integer = -1) as ComplexDoubleMBS()
- FFTDoubleMBS(x() as Double, N as Integer = -1) as ComplexDoubleMBS()
- FFTSingleAbsMBS(x as MemoryBlock, N as Integer = -1) as single()
- FFTSingleAbsMBS(x() as ComplexSingleMBS, N as Integer = -1) as single()
- FFTSingleAbsMBS(x() as single, N as Integer = -1) as single()
- FFTSingleMBS(x() as ComplexSingleMBS, N as Integer = -1) as ComplexSingleMBS()
- FFTSingleMBS(x() as single, N as Integer = -1) as ComplexSingleMBS()
- Classes
- class ComplexDoubleMBS
- method abs as Double
- method Add(c as ComplexDoubleMBS)
- method Add(x as Double)
- method arg as Double
- method conj as ComplexDoubleMBS
- method Constructor(other as ComplexDoubleMBS)
- method Constructor(x as Double = 0.0, y as Double = 0.0)
- method cos as ComplexDoubleMBS
- method cosh as ComplexDoubleMBS
- method Divide(c as ComplexDoubleMBS)
- method Divide(x as Double)
- method exp as ComplexDoubleMBS
- method log as ComplexDoubleMBS
- method log10 as ComplexDoubleMBS
- method Multiply(c as ComplexDoubleMBS)
- method Multiply(x as Double)
- method norm as Double
- method Operator_Add(c as ComplexDoubleMBS) as ComplexDoubleMBS
- method Operator_Add(x as Double) as ComplexDoubleMBS
- method Operator_Compare(c as ComplexDoubleMBS) as Integer
- method Operator_Divide(c as ComplexDoubleMBS) as ComplexDoubleMBS
- method Operator_Divide(x as Double) as ComplexDoubleMBS
- method Operator_Multiply(c as ComplexDoubleMBS) as ComplexDoubleMBS
- method Operator_Multiply(x as Double) as ComplexDoubleMBS
- method Operator_Power(x as ComplexDoubleMBS) as ComplexDoubleMBS
- method Operator_Subtract(c as ComplexDoubleMBS) as ComplexDoubleMBS
- method Operator_Subtract(x as Double) as ComplexDoubleMBS
- shared method PI as Double
- shared method polar(rho as Double, theta as Double) as ComplexDoubleMBS
- method pow(x as ComplexDoubleMBS) as ComplexDoubleMBS
- method pow(x as Double) as ComplexDoubleMBS
- shared method pow(x as Double, y as ComplexDoubleMBS) as ComplexDoubleMBS
- method sin as ComplexDoubleMBS
- method sinh as ComplexDoubleMBS
- method sqrt as ComplexDoubleMBS
- method str as string
- method Subtract(c as ComplexDoubleMBS)
- method Subtract(x as Double)
- method tan as ComplexDoubleMBS
- method tanh as ComplexDoubleMBS
- property Imag as Double
- property Real as Double
- class ComplexSingleMBS
- method abs as single
- method Add(c as ComplexSingleMBS)
- method Add(x as single)
- method arg as single
- method conj as ComplexSingleMBS
- method Constructor(other as ComplexSingleMBS)
- method Constructor(x as single = 0.0, y as single = 0.0)
- method cos as ComplexSingleMBS
- method cosh as ComplexSingleMBS
- method Divide(c as ComplexSingleMBS)
- method Divide(x as single)
- method exp as ComplexSingleMBS
- method log as ComplexSingleMBS
- method log10 as ComplexSingleMBS
- method Multiply(c as ComplexSingleMBS)
- method Multiply(x as single)
- method norm as single
- method Operator_Add(c as ComplexSingleMBS) as ComplexSingleMBS
- method Operator_Add(x as single) as ComplexSingleMBS
- method Operator_Compare(c as ComplexSingleMBS) as Integer
- method Operator_Divide(c as ComplexSingleMBS) as ComplexSingleMBS
- method Operator_Divide(x as single) as ComplexSingleMBS
- method Operator_Multiply(c as ComplexSingleMBS) as ComplexSingleMBS
- method Operator_Multiply(x as single) as ComplexSingleMBS
- method Operator_Power(x as ComplexSingleMBS) as ComplexSingleMBS
- method Operator_Subtract(c as ComplexSingleMBS) as ComplexSingleMBS
- method Operator_Subtract(x as single) as ComplexSingleMBS
- shared method PI as Double
- shared method polar(rho as single, theta as single) as ComplexSingleMBS
- method pow(x as ComplexSingleMBS) as ComplexSingleMBS
- method pow(x as single) as ComplexSingleMBS
- shared method pow(x as single, y as ComplexSingleMBS) as ComplexSingleMBS
- method sin as ComplexSingleMBS
- method sinh as ComplexSingleMBS
- method sqrt as ComplexSingleMBS
- method str as string
- method Subtract(c as ComplexSingleMBS)
- method Subtract(x as single)
- method tan as ComplexSingleMBS
- method tanh as ComplexSingleMBS
- property Imag as single
- property Real as single
- class IntegerHashSetIteratorMBS
- method isEqual(other as IntegerHashSetIteratorMBS) as boolean
- method isNotEqual(other as IntegerHashSetIteratorMBS) as boolean
- method Key as Integer
- method MoveNext
- class IntegerHashSetMBS
- method Clear
- method Constructor
- method Constructor(Keys() as Integer)
- method CountKey(key as Integer) as Integer
- method find(key as Integer) as IntegerHashSetIteratorMBS
- method first as IntegerHashSetIteratorMBS
- method insert(key as Integer)
- method Key(index as Integer) as Integer
- method Keys as Integer()
- method last as IntegerHashSetIteratorMBS
- method lookup(key as Integer) as boolean
- method Remove(first as IntegerHashSetIteratorMBS, last as IntegerHashSetIteratorMBS)
- method Remove(key as Integer) as Integer
- method Remove(pos as IntegerHashSetIteratorMBS)
- property BinCount as Integer
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- class IntegerOrderedSetIteratorMBS
- method isEqual(other as IntegerOrderedSetIteratorMBS) as boolean
- method isNotEqual(other as IntegerOrderedSetIteratorMBS) as boolean
- method Key as Integer
- method MoveNext
- method MovePrev
- class IntegerOrderedSetMBS
- method Clear
- method Constructor
- method Constructor(Keys() as Integer)
- method CountKey(key as Integer) as Integer
- method find(key as Integer) as IntegerOrderedSetIteratorMBS
- method first as IntegerOrderedSetIteratorMBS
- method insert(key as Integer)
- method Key(index as Integer) as Integer
- method Keys as Integer()
- method last as IntegerOrderedSetIteratorMBS
- method lookup(key as Integer) as boolean
- method LowerBound(key as Integer) as IntegerOrderedSetIteratorMBS
- method Remove(first as IntegerOrderedSetIteratorMBS, last as IntegerOrderedSetIteratorMBS)
- method Remove(key as Integer) as Integer
- method Remove(pos as IntegerOrderedSetIteratorMBS)
- method UpperBound(key as Integer) as IntegerOrderedSetIteratorMBS
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- class IntegerToIntegerHashMapIteratorMBS
- method isEqual(other as IntegerToIntegerHashMapIteratorMBS) as boolean
- method isNotEqual(other as IntegerToIntegerHashMapIteratorMBS) as boolean
- method Key as Integer
- method MoveNext
- property Value as Integer
- class IntegerToIntegerHashMapMBS
- method AddKeys(targetArray() as Integer)
- method AddValues(targetArray() as Integer)
- method Clear
- method Clone as IntegerToIntegerHashMapMBS
- method CloneDictionary as Dictionary
- method Constructor
- method Constructor(dic as dictionary)
- method Constructor(other as IntegerToIntegerHashMapMBS)
- method CountKey(key as Integer) as Integer
- method find(key as Integer) as IntegerToIntegerHashMapIteratorMBS
- method first as IntegerToIntegerHashMapIteratorMBS
- method hasKey(key as Integer) as boolean
- method Key(index as Integer) as Integer
- method Keys as Integer()
- method last as IntegerToIntegerHashMapIteratorMBS
- method lookup(key as Integer, defaultvalue as Integer) as Integer
- method Operator_Convert as Dictionary
- method Remove(first as IntegerToIntegerHashMapIteratorMBS, last as IntegerToIntegerHashMapIteratorMBS)
- method Remove(key as Integer) as Integer
- method Remove(pos as IntegerToIntegerHashMapIteratorMBS)
- method ValueAtIndex(index as Integer) as Integer
- method Values as Integer()
- property BinCount as Integer
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- property value(key as Integer) as Integer
- class IntegerToIntegerOrderedMapIteratorMBS
- method isEqual(other as IntegerToIntegerOrderedMapIteratorMBS) as boolean
- method isNotEqual(other as IntegerToIntegerOrderedMapIteratorMBS) as boolean
- method Key as Integer
- method MoveNext
- method MovePrev
- property Value as Integer
- class IntegerToIntegerOrderedMapMBS
- method AddKeys(targetArray() as Integer)
- method AddValues(targetArray() as Integer)
- method Clear
- method Clone as IntegerToIntegerOrderedMapMBS
- method CloneDictionary as Dictionary
- method Constructor
- method Constructor(dic as dictionary)
- method Constructor(other as IntegerToIntegerOrderedMapMBS)
- method CountKey(key as Integer) as Integer
- method find(key as Integer) as IntegerToIntegerOrderedMapIteratorMBS
- method first as IntegerToIntegerOrderedMapIteratorMBS
- method hasKey(key as Integer) as boolean
- method Key(index as Integer) as Integer
- method Keys as Integer()
- method last as IntegerToIntegerOrderedMapIteratorMBS
- method lookup(key as Integer, defaultvalue as Integer) as Integer
- method LowerBound(key as Integer) as IntegerToIntegerOrderedMapIteratorMBS
- method Operator_Convert as Dictionary
- method Remove(first as IntegerToIntegerOrderedMapIteratorMBS, last as IntegerToIntegerOrderedMapIteratorMBS)
- method Remove(key as Integer) as Integer
- method Remove(pos as IntegerToIntegerOrderedMapIteratorMBS)
- method UpperBound(key as Integer) as IntegerToIntegerOrderedMapIteratorMBS
- method ValueAtIndex(index as Integer) as Integer
- method Values as Integer()
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- property value(key as Integer) as Integer
- class IntegerToStringHashMapIteratorMBS
- method isEqual(other as IntegerToStringHashMapIteratorMBS) as boolean
- method isNotEqual(other as IntegerToStringHashMapIteratorMBS) as boolean
- method Key as Integer
- method MoveNext
- property Value as string
- class IntegerToStringHashMapMBS
- method AddKeys(targetArray() as Integer)
- method AddValues(targetArray() as string)
- method Clear
- method Clone as IntegerToStringHashMapMBS
- method CloneDictionary as Dictionary
- method Constructor
- method Constructor(dic as dictionary)
- method Constructor(other as IntegerToStringHashMapMBS)
- method CountKey(key as Integer) as Integer
- method find(key as Integer) as IntegerToStringHashMapIteratorMBS
- method first as IntegerToStringHashMapIteratorMBS
- method hasKey(key as Integer) as boolean
- method Key(index as Integer) as Integer
- method Keys as Integer()
- method last as IntegerToStringHashMapIteratorMBS
- method lookup(key as Integer, defaultvalue as string) as string
- method Operator_Convert as Dictionary
- method Remove(first as IntegerToStringHashMapIteratorMBS, last as IntegerToStringHashMapIteratorMBS)
- method Remove(key as Integer) as Integer
- method Remove(pos as IntegerToStringHashMapIteratorMBS)
- method ValueAtIndex(index as Integer) as string
- method Values as string()
- property BinCount as Integer
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- property value(key as Integer) as string
- class IntegerToStringOrderedMapIteratorMBS
- method isEqual(other as IntegerToStringOrderedMapIteratorMBS) as boolean
- method isNotEqual(other as IntegerToStringOrderedMapIteratorMBS) as boolean
- method Key as Integer
- method MoveNext
- method MovePrev
- property Value as string
- class IntegerToStringOrderedMapMBS
- method AddKeys(targetArray() as Integer)
- method AddValues(targetArray() as string)
- method Clear
- method Clone as IntegerToStringOrderedMapMBS
- method CloneDictionary as Dictionary
- method Constructor
- method Constructor(dic as dictionary)
- method Constructor(other as IntegerToStringOrderedMapMBS)
- method CountKey(key as Integer) as Integer
- method find(key as Integer) as IntegerToStringOrderedMapIteratorMBS
- method first as IntegerToStringOrderedMapIteratorMBS
- method hasKey(key as Integer) as boolean
- method Key(index as Integer) as Integer
- method Keys as Integer()
- method last as IntegerToStringOrderedMapIteratorMBS
- method lookup(key as Integer, defaultvalue as string) as string
- method LowerBound(key as Integer) as IntegerToStringOrderedMapIteratorMBS
- method Operator_Convert as Dictionary
- method Remove(first as IntegerToStringOrderedMapIteratorMBS, last as IntegerToStringOrderedMapIteratorMBS)
- method Remove(key as Integer) as Integer
- method Remove(pos as IntegerToStringOrderedMapIteratorMBS)
- method UpperBound(key as Integer) as IntegerToStringOrderedMapIteratorMBS
- method ValueAtIndex(index as Integer) as string
- method Values as string()
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- property value(key as Integer) as string
- class IntegerToVariantHashMapIteratorMBS
- method isEqual(other as IntegerToVariantHashMapIteratorMBS) as boolean
- method isNotEqual(other as IntegerToVariantHashMapIteratorMBS) as boolean
- method Key as Integer
- method MoveNext
- property Value as Variant
- class IntegerToVariantHashMapMBS
- method AddKeys(targetArray() as Integer)
- method AddValues(targetArray() as Variant)
- method Clear
- method Clone as IntegerToVariantHashMapMBS
- method CloneDictionary as Dictionary
- method Constructor
- method Constructor(dic as dictionary)
- method Constructor(other as IntegerToVariantHashMapMBS)
- method CountKey(key as Integer) as Integer
- method find(key as Integer) as IntegerToVariantHashMapIteratorMBS
- method first as IntegerToVariantHashMapIteratorMBS
- method hasKey(key as Integer) as boolean
- method Key(index as Integer) as Integer
- method Keys as Integer()
- method last as IntegerToVariantHashMapIteratorMBS
- method lookup(key as Integer, defaultvalue as Variant) as Variant
- method Operator_Convert as Dictionary
- method Remove(first as IntegerToVariantHashMapIteratorMBS, last as IntegerToVariantHashMapIteratorMBS)
- method Remove(key as Integer) as Integer
- method Remove(pos as IntegerToVariantHashMapIteratorMBS)
- method ValueAtIndex(index as Integer) as Variant
- method Values as Variant()
- property BinCount as Integer
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- property value(key as Integer) as Variant
- class IntegerToVariantOrderedMapIteratorMBS
- method isEqual(other as IntegerToVariantOrderedMapIteratorMBS) as boolean
- method isNotEqual(other as IntegerToVariantOrderedMapIteratorMBS) as boolean
- method Key as Integer
- method MoveNext
- method MovePrev
- property Value as Variant
- class IntegerToVariantOrderedMapMBS
- method AddKeys(targetArray() as Integer)
- method AddValues(targetArray() as Variant)
- method Clear
- method Clone as IntegerToVariantOrderedMapMBS
- method CloneDictionary as Dictionary
- method Constructor
- method Constructor(dic as dictionary)
- method Constructor(other as IntegerToVariantOrderedMapMBS)
- method CountKey(key as Integer) as Integer
- method find(key as Integer) as IntegerToVariantOrderedMapIteratorMBS
- method first as IntegerToVariantOrderedMapIteratorMBS
- method hasKey(key as Integer) as boolean
- method Key(index as Integer) as Integer
- method Keys as Integer()
- method last as IntegerToVariantOrderedMapIteratorMBS
- method lookup(key as Integer, defaultvalue as Variant) as Variant
- method LowerBound(key as Integer) as IntegerToVariantOrderedMapIteratorMBS
- method Operator_Convert as Dictionary
- method Remove(first as IntegerToVariantOrderedMapIteratorMBS, last as IntegerToVariantOrderedMapIteratorMBS)
- method Remove(key as Integer) as Integer
- method Remove(pos as IntegerToVariantOrderedMapIteratorMBS)
- method UpperBound(key as Integer) as IntegerToVariantOrderedMapIteratorMBS
- method ValueAtIndex(index as Integer) as Variant
- method Values as Variant()
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- property value(key as Integer) as Variant
- class StackDoubleMBS
- class StackIntegerMBS
- class StackObjectMBS
- class StackSingleMBS
- class StackStringMBS
- class StackVariantMBS
- class StringHashSetIteratorMBS
- method isEqual(other as StringHashSetIteratorMBS) as boolean
- method isNotEqual(other as StringHashSetIteratorMBS) as boolean
- method Key as string
- method MoveNext
- class StringHashSetMBS
- method Clear
- method Constructor(CaseSensitive as Boolean = true)
- method Constructor(Keys() as string)
- method CountKey(key as string) as Integer
- method find(key as string) as StringHashSetIteratorMBS
- method first as StringHashSetIteratorMBS
- method insert(key as string)
- method Key(index as Integer) as string
- method Keys as string()
- method last as StringHashSetIteratorMBS
- method lookup(key as string) as boolean
- method Remove(first as StringHashSetIteratorMBS, last as StringHashSetIteratorMBS)
- method Remove(key as string) as Integer
- method Remove(pos as StringHashSetIteratorMBS)
- property BinCount as Integer
- property CaseSensitive as Boolean
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- class StringOrderedSetIteratorMBS
- method isEqual(other as StringOrderedSetIteratorMBS) as boolean
- method isNotEqual(other as StringOrderedSetIteratorMBS) as boolean
- method Key as string
- method MoveNext
- method MovePrev
- class StringOrderedSetMBS
- method Clear
- method Constructor(CaseSensitive as Boolean = true)
- method Constructor(Keys() as string)
- method CountKey(key as string) as Integer
- method find(key as string) as StringOrderedSetIteratorMBS
- method first as StringOrderedSetIteratorMBS
- method insert(key as string)
- method Key(index as Integer) as string
- method Keys as string()
- method last as StringOrderedSetIteratorMBS
- method lookup(key as string) as boolean
- method LowerBound(key as string) as StringOrderedSetIteratorMBS
- method Remove(first as StringOrderedSetIteratorMBS, last as StringOrderedSetIteratorMBS)
- method Remove(key as string) as Integer
- method Remove(pos as StringOrderedSetIteratorMBS)
- method UpperBound(key as string) as StringOrderedSetIteratorMBS
- property CaseSensitive as Boolean
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- class StringToStringHashMapIteratorMBS
- method isEqual(other as StringToStringHashMapIteratorMBS) as boolean
- method isNotEqual(other as StringToStringHashMapIteratorMBS) as boolean
- method Key as string
- method MoveNext
- property Value as string
- class StringToStringHashMapMBS
- method AddKeys(targetArray() as string)
- method AddValues(targetArray() as string)
- method Clear
- method Clone as StringToStringHashMapMBS
- method CloneDictionary as Dictionary
- method Constructor(CaseSensitive as Boolean = true)
- method Constructor(dic as dictionary, CaseSensitive as Boolean = true)
- method Constructor(other as StringToStringHashMapMBS)
- method CountKey(key as string) as Integer
- method find(key as string) as StringToStringHashMapIteratorMBS
- method first as StringToStringHashMapIteratorMBS
- method hasKey(key as string) as boolean
- method Key(index as Integer) as string
- method Keys as string()
- method last as StringToStringHashMapIteratorMBS
- method lookup(key as string, defaultvalue as string) as string
- method Operator_Convert as Dictionary
- method Remove(first as StringToStringHashMapIteratorMBS, last as StringToStringHashMapIteratorMBS)
- method Remove(key as string) as Integer
- method Remove(pos as StringToStringHashMapIteratorMBS)
- method ValueAtIndex(index as Integer) as string
- method Values as string()
- property BinCount as Integer
- property CaseSensitive as Boolean
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- property value(key as string) as string
- class StringToStringOrderedMapIteratorMBS
- method isEqual(other as StringToStringOrderedMapIteratorMBS) as boolean
- method isNotEqual(other as StringToStringOrderedMapIteratorMBS) as boolean
- method Key as string
- method MoveNext
- method MovePrev
- property Value as string
- class StringToStringOrderedMapMBS
- method AddKeys(targetArray() as string)
- method AddValues(targetArray() as string)
- method Clear
- method Clone as StringToStringOrderedMapMBS
- method CloneDictionary as Dictionary
- method Constructor(CaseSensitive as Boolean = true)
- method Constructor(dic as dictionary, CaseSensitive as Boolean = true)
- method Constructor(other as StringToStringOrderedMapMBS)
- method CountKey(key as string) as Integer
- method find(key as string) as StringToStringOrderedMapIteratorMBS
- method first as StringToStringOrderedMapIteratorMBS
- method hasKey(key as string) as boolean
- method Key(index as Integer) as string
- method Keys as string()
- method last as StringToStringOrderedMapIteratorMBS
- method lookup(key as string, defaultvalue as string) as string
- method LowerBound(key as string) as StringToStringOrderedMapIteratorMBS
- method Operator_Convert as Dictionary
- method Remove(first as StringToStringOrderedMapIteratorMBS, last as StringToStringOrderedMapIteratorMBS)
- method Remove(key as string) as Integer
- method Remove(pos as StringToStringOrderedMapIteratorMBS)
- method UpperBound(key as string) as StringToStringOrderedMapIteratorMBS
- method ValueAtIndex(index as Integer) as string
- method Values as string()
- property CaseSensitive as Boolean
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- property value(key as string) as string
- class StringToVariantHashMapIteratorMBS
- method isEqual(other as StringToVariantHashMapIteratorMBS) as boolean
- method isNotEqual(other as StringToVariantHashMapIteratorMBS) as boolean
- method Key as string
- method MoveNext
- property Value as Variant
- class StringToVariantHashMapMBS
- method AddKeys(targetArray() as string)
- method AddValues(targetArray() as Variant)
- method Clear
- method Clone as StringToVariantHashMapMBS
- method CloneDictionary as Dictionary
- method Constructor(CaseSensitive as Boolean = true)
- method Constructor(dic as dictionary, CaseSensitive as Boolean = true)
- method Constructor(other as StringToVariantHashMapMBS)
- method CountKey(key as string) as Integer
- method find(key as string) as StringToVariantHashMapIteratorMBS
- method first as StringToVariantHashMapIteratorMBS
- method hasKey(key as string) as boolean
- method Key(index as Integer) as string
- method Keys as string()
- method last as StringToVariantHashMapIteratorMBS
- method lookup(key as string, defaultvalue as Variant) as Variant
- method Operator_Convert as Dictionary
- method Remove(first as StringToVariantHashMapIteratorMBS, last as StringToVariantHashMapIteratorMBS)
- method Remove(key as string) as Integer
- method Remove(pos as StringToVariantHashMapIteratorMBS)
- method ValueAtIndex(index as Integer) as Variant
- method Values as Variant()
- property BinCount as Integer
- property CaseSensitive as Boolean
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- property value(key as string) as Variant
- class StringToVariantOrderedMapIteratorMBS
- method isEqual(other as StringToVariantOrderedMapIteratorMBS) as boolean
- method isNotEqual(other as StringToVariantOrderedMapIteratorMBS) as boolean
- method Key as string
- method MoveNext
- method MovePrev
- property Value as Variant
- class StringToVariantOrderedMapMBS
- method AddKeys(targetArray() as string)
- method AddValues(targetArray() as Variant)
- method Clear
- method Clone as StringToVariantOrderedMapMBS
- method CloneDictionary as Dictionary
- method Constructor(CaseSensitive as Boolean = true)
- method Constructor(dic as dictionary, CaseSensitive as Boolean = true)
- method Constructor(other as StringToVariantOrderedMapMBS)
- method CountKey(key as string) as Integer
- method find(key as string) as StringToVariantOrderedMapIteratorMBS
- method first as StringToVariantOrderedMapIteratorMBS
- method hasKey(key as string) as boolean
- method Key(index as Integer) as string
- method Keys as string()
- method last as StringToVariantOrderedMapIteratorMBS
- method lookup(key as string, defaultvalue as Variant) as Variant
- method LowerBound(key as string) as StringToVariantOrderedMapIteratorMBS
- method Operator_Convert as Dictionary
- method Remove(first as StringToVariantOrderedMapIteratorMBS, last as StringToVariantOrderedMapIteratorMBS)
- method Remove(key as string) as Integer
- method Remove(pos as StringToVariantOrderedMapIteratorMBS)
- method UpperBound(key as string) as StringToVariantOrderedMapIteratorMBS
- method ValueAtIndex(index as Integer) as Variant
- method Values as Variant()
- property CaseSensitive as Boolean
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- property value(key as string) as Variant
- class VariantHashSetIteratorMBS
- method isEqual(other as VariantHashSetIteratorMBS) as boolean
- method isNotEqual(other as VariantHashSetIteratorMBS) as boolean
- method Key as Variant
- method MoveNext
- class VariantHashSetMBS
- method Clear
- method Constructor(CaseSensitive as Boolean = true)
- method Constructor(Keys() as string)
- method Constructor(Keys() as Variant)
- method CountKey(key as Variant) as Integer
- method find(key as Variant) as VariantHashSetIteratorMBS
- method first as VariantHashSetIteratorMBS
- method insert(key as Variant)
- method Key(index as Integer) as Variant
- method Keys as Variant()
- method last as VariantHashSetIteratorMBS
- method lookup(key as Variant) as boolean
- method Remove(first as VariantHashSetIteratorMBS, last as VariantHashSetIteratorMBS)
- method Remove(key as Variant) as Integer
- method Remove(pos as VariantHashSetIteratorMBS)
- property BinCount as Integer
- property CaseSensitive as Boolean
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- class VariantOrderedSetIteratorMBS
- method isEqual(other as VariantOrderedSetIteratorMBS) as boolean
- method isNotEqual(other as VariantOrderedSetIteratorMBS) as boolean
- method Key as Variant
- method MoveNext
- method MovePrev
- class VariantOrderedSetMBS
- method Clear
- method Constructor(CaseSensitive as Boolean = true)
- method Constructor(Keys() as string)
- method Constructor(Keys() as Variant)
- method CountKey(key as Variant) as Integer
- method find(key as Variant) as VariantOrderedSetIteratorMBS
- method first as VariantOrderedSetIteratorMBS
- method insert(key as Variant)
- method Key(index as Integer) as Variant
- method Keys as Variant()
- method last as VariantOrderedSetIteratorMBS
- method lookup(key as Variant) as boolean
- method LowerBound(key as Variant) as VariantOrderedSetIteratorMBS
- method Remove(first as VariantOrderedSetIteratorMBS, last as VariantOrderedSetIteratorMBS)
- method Remove(key as Variant) as Integer
- method Remove(pos as VariantOrderedSetIteratorMBS)
- method UpperBound(key as Variant) as VariantOrderedSetIteratorMBS
- property CaseSensitive as Boolean
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- class VariantToVariantHashMapIteratorMBS
- method isEqual(other as VariantToVariantHashMapIteratorMBS) as boolean
- method isNotEqual(other as VariantToVariantHashMapIteratorMBS) as boolean
- method Key as Variant
- method MoveNext
- property Value as Variant
- class VariantToVariantHashMapMBS
- method AddKeys(targetArray() as Variant)
- method AddValues(targetArray() as Variant)
- method Clear
- method Clone as VariantToVariantHashMapMBS
- method CloneDictionary as Dictionary
- method Constructor(CaseSensitive as Boolean = true)
- method Constructor(dic as dictionary, CaseSensitive as Boolean = true)
- method Constructor(other as VariantToVariantHashMapMBS)
- method CountKey(key as Variant) as Integer
- method find(key as Variant) as VariantToVariantHashMapIteratorMBS
- method first as VariantToVariantHashMapIteratorMBS
- method hasKey(key as Variant) as boolean
- method Key(index as Integer) as Variant
- method Keys as Variant()
- method last as VariantToVariantHashMapIteratorMBS
- method lookup(key as Variant, defaultvalue as Variant) as Variant
- method Operator_Convert as Dictionary
- method Remove(first as VariantToVariantHashMapIteratorMBS, last as VariantToVariantHashMapIteratorMBS)
- method Remove(key as Variant) as Integer
- method Remove(pos as VariantToVariantHashMapIteratorMBS)
- method ValueAtIndex(index as Integer) as Variant
- method Values as Variant()
- property BinCount as Integer
- property CaseSensitive as Boolean
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- property value(key as Variant) as Variant
- class VariantToVariantMapIteratorMBS
- method isEqual(other as VariantToVariantMapIteratorMBS) as boolean
- method isNotEqual(other as VariantToVariantMapIteratorMBS) as boolean
- method Key as Variant
- method MoveNext
- method MovePrev
- property Value as Variant
- class VariantToVariantOrderedMapMBS
- method AddKeys(targetArray() as Variant)
- method AddValues(targetArray() as Variant)
- method Clear
- method Clone as VariantToVariantOrderedMapMBS
- method CloneDictionary as Dictionary
- method Constructor(CaseSensitive as Boolean = true)
- method Constructor(dic as dictionary, CaseSensitive as Boolean = true)
- method Constructor(other as VariantToVariantOrderedMapMBS)
- method CountKey(key as Variant) as Integer
- method find(key as Variant) as VariantToVariantMapIteratorMBS
- method first as VariantToVariantMapIteratorMBS
- method hasKey(key as Variant) as boolean
- method Key(index as Integer) as Variant
- method Keys as Variant()
- method last as VariantToVariantMapIteratorMBS
- method lookup(key as Variant, defaultvalue as Variant) as Variant
- method LowerBound(key as Variant) as VariantToVariantMapIteratorMBS
- method Operator_Convert as Dictionary
- method Remove(first as VariantToVariantMapIteratorMBS, last as VariantToVariantMapIteratorMBS)
- method Remove(key as Variant) as Integer
- method Remove(pos as VariantToVariantMapIteratorMBS)
- method UpperBound(key as Variant) as VariantToVariantMapIteratorMBS
- method ValueAtIndex(index as Integer) as Variant
- method Values as Variant()
- property CaseSensitive as Boolean
- property Count as Integer
- property Empty as Boolean
- property MaxSize as Integer
- property value(key as Variant) as Variant
- class ComplexDoubleMBS
- Blog Entries
Release notes
- Version 24.3
- Removed deprecation attribute for FFTSingleMBS and FFTDoubleMBS functions.
The items on this page are in the following plugins: MBS DataTypes Plugin.
