Skip to main content
Module

x/structurae/index.ts>BinaryGrid#getValue

Data structures for high-performance JavaScript applications.
Latest
method BinaryGrid.prototype.getValue
import { BinaryGrid } from "https://deno.land/x/structurae@4.0.1/index.ts";

Returns the bit at given coordinates.

Parameters

row: number

the row index

column: number

the column index

Returns

the bit