DataGridFace4<T>: [[T | null, T | null], [T | null, T | null]]

A 2D datagrid interface for getting/storing data in some 2 dimensional array style types.

_|---- xIndex ---> | d[0][0], d[1][0], d[2][0], ..., d[xSegmentCount-1][0] yIndex | d[0][1], d[1][1], d[2][1], ..., d[xSegmentCount-1][1] | v ...

     d[0][ySegmentCount-1], ..., ..., d[xSegmentCount-1][ySegmentCount-1]

Type Parameters

  • T

Date

2023-11-04

Author

Ikaros Kappler

Version

1.0.0

Generated using TypeDoc