mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
				
	
	
	
		
			603 B
		
	
	
	
	
	
			
		
		
	
	
			603 B
		
	
	
	
	
	
+++
-----------------------------------------------------------------------
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
export declare type BinaryOperation = (left: number, right: number) => number;
Import
import { BinaryOperation } from '@grafana/data';