empty property

RowColumnIndex get empty

Creates the empty object with row index and column index set to int.MinValue.

Implementation

static RowColumnIndex get empty => RowColumnIndex(maxvalue, minvalue);