interface NumericalRangeMatrixRange {
    type: MatrixRange;
    value: number[][];
}

Properties

Properties

value: number[][]