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

FloatingPointList

import type { FloatingPointList } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

A metric value representing a list of floating point numbers.

interface FloatingPointList {
elements?: number[];
}

§Properties

§
elements?: number[]
[src]

Elements of the list.