NCo.HF |
Syntax |
NCo.HF(Gb:LIST[, DB:INT]):LIST |
Description |
Example |
NCo.SetX("xyzt"); NCo.SetOrdering("LLEX"); Gb:= [[[1, "yt"], [-1, "ty"]], [[1, "xt"], [-1, "tx"]], [[1, "xy"], [-1, "ty"]], [[1, "xx"], [-1, "yx"]], [[1, "tyy"], [-1, "tty"]], [[1, "yyx"], [-1, "tyx"]]]; NCo.HF(Gb, 5); [1, 4, 12, 34, 100, 292] ------------------------------- |
See Also |