Library "Data2D"
A library for two dimensional data array.
A library for two dimensional data array.
Notas de Lançamento:
v2
Refactored:
Many breaking changes from v1. Full refactoring of code, and fixed a lot of small bugs.
Refactored:
Many breaking changes from v1. Full refactoring of code, and fixed a lot of small bugs.
Notas de Lançamento:
v3
Added:
Few comparison functions for cmpr values. Plus a little bit of refactoring.
Added:
Few comparison functions for cmpr values. Plus a little bit of refactoring.
Notas de Lançamento:
v4
Changes:
- Removed all index based preset functions.
- All comparison functions now use Original value as first param and compared value as second. Previously it was the opposite order.
Changes:
- Removed all index based preset functions.
- All comparison functions now use Original value as first param and compared value as second. Previously it was the opposite order.
Notas de Lançamento:
v9
Breaking changes from v8:
All function name changes made.
Added:
Key types which stores data types (string, float, integer, boolean).
Breaking changes from v8:
All function name changes made.
Added:
Key types which stores data types (string, float, integer, boolean).
Notas de Lançamento:
v10
Added:
Two new comparison functions.
compareSpreadToNum() - Returns an int with the value 1 (greater), 0 (equal), or -1 (less).
compareAllSpreadsToNums() - Returns an int array with value of 1 (greater), 0 (equal), or -1 (less).
A 'usage details' sections is also written at the end of the script, with a lot of examples.
Added:
Two new comparison functions.
compareSpreadToNum() - Returns an int with the value 1 (greater), 0 (equal), or -1 (less).
compareAllSpreadsToNums() - Returns an int array with value of 1 (greater), 0 (equal), or -1 (less).
A 'usage details' sections is also written at the end of the script, with a lot of examples.
Notas de Lançamento:
v11
Added:
Added:
- isAllKeyTypesEqual(array): Check if all key types are the same. Returns: Bool.
- isDataTypeMatchAll(string, array) : Check if a given data type matches with existing types. Returns: bool
Faiyaz Haider