Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MetricMatrixRow

import type { MetricMatrixRow } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

A message representing a row of a matrix of floats.

interface MetricMatrixRow {
cols?: number[];
}

§Properties

§
cols?: number[]
[src]

The columns of the row.