cupertino-files / sameGroupValue
Function: sameGroupValue()
sameGroupValue(
cell,group):boolean
Defined in: src/tst/categories.ts:527
Whether a cell's value falls in a group.
Dates compare by instant rather than identity, and numbers tolerate the rounding that comes of a value stored as decimal128 in the cell and as a double in the group node — the two are equal to well under a float's precision, but not always bit-identical.
Parameters
cell
group
Returns
boolean