+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "BinaryOperation" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## BinaryOperation type ### BinaryOperation type Signature ```typescript export declare type BinaryOperation = (left: number, right: number) => number; ``` Import ```typescript import { BinaryOperation } from '@grafana/data'; ```