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

FloatingPointMean

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

A representation of a floating point mean metric contribution.

interface FloatingPointMean {
count?: SplitInt64;
sum?: number;
}

§Properties

§

The number of values being aggregated.

§
sum?: number
[src]

The sum of all values being aggregated.