Skip to content

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

GroupValue

group

GroupValue

Returns

boolean

MIT licensed. Independently made — not by Apple in California. Not affiliated with or endorsed by Apple Inc.